Hi, I’m looking for a code or a way to edit/change only the bottom header section color. Not the larger part with the logo, but the skinnier part below that has the menu on it.
Kind regards,
-Adam
Hey SourceCreator,
I’m not sure that I fully understand your intentions. Please post a link to where we can see the element in question, and try to explain what you are looking to achieve a bit further.
Best regards,
Rikard
Hi,
Thank you for your patience, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top #header_main_alternate {
background-color: red;
}
#top #header .av-main-nav > li > a {
background-color: red;
}
Change the color to suit and Then clear your browser cache and any cache plugin, and check.
Best regards,
Mike