Replies: 0
Hello,
I have a question about customize header color,my site want to use Google Language Translator for translation,I have already remove the generate header with this code:
remove_action( ‘generate_header’, ‘generate_construct_header’ );
So the site looks like this:
1.https://imgur.com/vs4OpK5
But if I active the Google Language Translator,the navigation text would be covered,so I decide to adjust the css of Google Language Translator to give a little space to place when translating,then the navigation text would not be covered,it now looks like(It’s done by myself):
2.https://imgur.com/gMZpmIJ
What I want to do is let the top of header place become same color as the header background(now is white),this would be more professional for a site:
3.https://imgur.com/4Q1MeGv
The final effect like this:
4.https://imgur.com/y0a6pDF
So how can I to do that?Thanks in advance.