Tagged: Fullwidth sub menu
Hi!
How can I get the Fullwidth Sub Menu and his submenus having their own font and in bold?
Thanks for your help
Peter
Hey Peter!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top .av-subnav-menu li a {
font-weight: bold!important;
font-family: georgia;
}
Regards,
Yigit
Hey Yigit!
This was working.
However, my Megamenu on the left of this screenshot and the Fullwidthmenu on the right do not match in style.
http://gyazo.com/efeafe1c10bf89e0d7c1439d84b4542d
Is there a way to have the Megamenu also in the Fullwidth Submenu integrated?
I have the paid version of Megamenu 2.0.4 with its “Skin Options”.
Thanks for your help
Peter
Hi!
can you give us a link to your website showing the menu? would be much easier to provide you some code. However try this:
#top .main_menu .menu li ul a {
font-weight: bold!important;
font-family: georgia;
}
Cheers!
Andy