- This topic has 1 reply, 2 voices, and was last updated 6 years, 1 month ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘Change header background color’ is closed to new replies.
Thanks for resolving my other issue about the menu and search…only one remaining issue for me…
How can I change the background color of the header to white? It’s a light grey, but our logo has a white background. I’ve searched through the style sheet and can’t find the correct code…
To change the background color of the header from the default grey (#e2e7eb) to white, use this Additional CSS:
#masthead {
background-color: #fff;
}