Hi there,
I have inserted my logo in my header.
The logo background is white #ffffff and I am trying to get the background color to be white as well but by doing this, it is changing the menu side color as well. The menu background is black and I want to keep the sides of the menu black as well. The only way I was achieving this in the past was by putting the background color of the header as black, and inserting a white background image of 92px. For some reason, the background image is showing as a slight shadier white now and I dont like it. How can I fix this issue?
Hey a00109943!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div#header_main {
background-color: white;
}
div#header_main_alternate {
background-color: black;
}
Regards,
Yigit
Yigit! You never cease to amaze me! You are always right on the money! Thanks again!