February 11, 2016 at 11:56 am
#42499
Theme Horse Support Team
Keymaster
Hi Sgeorge,
You have to set the background color for menu bar too. To set the color for both header and menu use the custom css below.
#branding {
background-color: #fff;
}
#access {
background-color: #fff;
}
Replace above HEX color code #fff to your own HEX color code.
Thank you!