Tagged: menu bar
Hi,
I want to change the menu color box to black with white text. I also was to increase the font size. I have been playing with Quick CSS, but I can’t seem to get it right.
Here is a Link of an example of what I want it to look like.
http://abikiniaday.com/
Do you think you could help me?
Hey redlipsid!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
#header_main_alternate { background: #7FB539; }
.av-main-nav > li > a { color: white!important; }
.av-main-nav > li > a:hover { color: #e2e2e2!important; }
Regards,
Yigit
Hi!
Thanks for the fast response!
How about the size of the text for the menu bar. Is there a way a can change it? I want to make it bigger.
Hi!
Please use this for the menu font size:
.av-main-nav > li > a {
font-size: 16px;
}
Cheers!
Ismael
Thanks Ismael,
But it didn’t work :(
I’m using the Quick CSS. Is that fine?
Hi!
Please use following code instead
.html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a {
font-size: 16px;
}
Regards,
Yigit
Thanks!!! :)