Hiya,
Is there a chance to customize the nav. main menu as follows:
1) extend the blue background on both ends to full width
2) set the font color in the menu to white (currently greyish) –
and turning black when active or on mouse over?
Thanks in advance for help.
Best
Rob
Hi hasbeat!
Thank you for using our theme.
In custom.css or Enfold->Styles->QUICK CSS try to put the following:
1)
#header_main_alternate {
background: none repeat scroll 0 0 #009de0 !important;
}
2)
#header_main_alternate .menu-item .avia-menu-text {
color: #fff !important;
}
#header_main_alternate .menu-item.current-menu-item .avia-menu-text,
#header_main_alternate .current-menu-item .avia-menu-text::hover
{
color: #000 !important;
}
Best regards,
Günter
Günter – Thanks for your prompt reply.
The submenu is a plain white field. Only on mouse over
I can see the title of the subpage /white fonts on blue background.
Any ideas how to fix this?
Best
Rob
Hey!
Please go to Enfold theme options > Advanced Styling and edit “main menu sublevel links”
Cheers!
Yigit
Hey!
Please remove the code you have and edit “Main menu links” in Advanced Styling. You can keep following code
#header_main_alternate {
background: none repeat scroll 0 0 #009de0 !important;
}
Best regards,
Yigit
Yigit – You guys are awesome! Thank you – do appreciate it!!
Best
Rob