Tagged: Photography demo
Hello
When I change the Logo area background colour from white to a grey in the general styling settings it changes the background colour for the entire menu to. I just want the area around the logo to be one colour and then white for the menu below.
Many thanks
Karen
Hey sensiblekaren!
Add this to your custom CSS.
#header_main_alternate { background: red !important; }
If that’s not working then send us a link to your page and we’ll take a look.
Best regards,
Elliott
Hello unfortunately this has not worked, please see link.
Many thanks
Karen
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
strong.logo {
background-color: #ddd !important;
}
Best regards,
Rikard
Thanks that worked. Kind regards.