On my homepage I have created a Sub-menu, as you can see in the image below I have managed to change the color of the menu at the top of the page.
http://imageshack.com/a/img537/5229/1RrLy4.png
Now I want to change the color of the sub menu that is placed below the layerslider.
The sub menu should have the same layout as the top menu.
I did try to find an existing topic on this but I couldn’t find it, please assist me with this.
Thanks in advance
Hi tdebrouwer!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .av-submenu-container {
background-color: orange;
}
#top .av-subnav-menu li a {
background-color: transparent !important;
}
#top .av-subnav-menu li a > .avia-menu-text {
color: white;
}
Best regards,
Yigit
Thanks Yigit for the fast feedback!
Works like a Charm
Best Regards,
Hey!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Cheers!
Yigit