I would like to change the menu bar color, what is the best way to go about this? Preferably it would be awesome if I could add a background image to just the bar area, not the header itself.
Hey mjaraas!
in your wordpress backend click on Enfold->Advanced Styling. There you can change the styling (e.g. color) for your main menu links.
Best regards,
Andy
That only changes the background behind the actual menu items – not across the whole menu bar even where the text isn’t. Is there a way to do this?
Hi!
Try adding this code to the Quick CSS:
#header_main {
background-color: #ff6a00;
}
Change the color to whatever you want.
Regards,
Arvish
so this doesn’t apply when you have the menu bar below the logo. i’d like to just change the area behind the menu not the actual header where the logo is.