Hi, on this thread – https://kriesi.at/support/topic/how-to-change-the-color-of-the-fullwidth-sub-menu-element/ – I figured out how to change the color of the fulldwidth sub menu element but I noticed that the sub menus on that menu are not showing OK now – http://screencast.com/t/0GK46y2wgKTg
How can I change the color of the sub sub menu to be the same as the sub menu?
Thanks.
Hey DROR!
Thank you for using Enfold.
You can add this:
#top .av-subnav-menu li .sub-menu li a {
background-color: #37a8e0;
}
Best regards,
Ismael
Thanks. Can I add a hover effect to the submenu and if so, how can I do that?
Hey!
#top .av-subnav-menu li .sub-menu li a:hover {
background-color: #37a8e0;
}
Use the following code, which will help you on that.
Regards,
Basilis