I am looking to make the logo area a different color than the main navigation. The color applied to the “Logo Area background color” field affects both areas – is there a way to separate them so they can display different colors?
Hi breakpoint!
Send us a link to your page so we can check the layout your using and we’ll see if we can get you some CSS to use.
Best regards,
Elliott
I have included a link to the build site within the Private Content area…
Hey!
Add this to your custom CSS.
div#header_main_alternate {
background: yellow !important;
}
Cheers!
Elliott