Hi there!
I’m building my new website and would like to change the background color of the main menu/header from pale grey to white + make the font size bigger. Can you please tell me how to do this? Have been through all the advanced settings.
Hey bergpsykologi,
You can set the header background colour under Enfold->General Styling->Logo Area, and you can change the font and size of the menu items under Enfold->Advanced Styling. If that is not working then make sure that you are not compressing files under Enfold->Performance. If it still doesn’t work then please post admin login details in private so that we can have a closer look.
Best regards,
Rikard
Hi
I’m trying to change the menu bar colour on http://phosanakan.la/. I’ve tried various of the theme settings but can’t seem to change it. How do I go about it?
Thanks
Janine
Hi,
Thanks for the link, I assume that you mean the black menu bar, in the theme settings this is combined with the “Logo Area background color”, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#header_main_alternate,#top #header .av-main-nav > li > a {
background-color: #f8f8f8 !important;
}
This also changes the color of the search icon background and the menu item backgrounds, remove the last part if you don’t want that ,#top #header .av-main-nav > li > a
Best regards,
Mike