By santi pink on Monday, 19 October 2015
Posted in Wanderers
Likes 0
Views 2.1K
Votes 0
Hi, can you remind me how to change the header colors on wanderers?

For example, I want to change theme-header{background:#20232c} to a white.
Also, want to change the green: 46bd7d to a dark grey.

How do I write this in to custom.css?

Thanks!
Hi Santi,

Sorry for this delayed response.

To change Wanderers header and nav background colour, please try this CSS code:
.theme-header {
background: #fff;
}

.theme-nav {
background: #999
}
Hope this would help, please advice. Thank you.
·
Monday, 19 October 2015 16:38
·
0 Likes
·
0 Votes
·
0 Comments
·
hey santi,

I am sorry for the delay of this reply,

Can you take a look of my screenshot below and see is it you referring this colour?

If yes, you can apply following css code in your custom.css file JoomlaFolder/templates/wanderers/css/custom.css

.theme-header {
background: #fff !important;
}

.theme-nav {
background: #A9A9A9 !important;
}
·
Monday, 19 October 2015 16:33
·
0 Likes
·
0 Votes
·
0 Comments
·
This worked, Thank you!!
·
Thursday, 22 October 2015 01:27
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Glad that your issues are resolved now
·
Thursday, 22 October 2015 01:57
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post