Hi!
How do i change the settings for the submenu ?
Under advanced styling i only find the main menu.
I use the submenu element under a layerslider to act as the “main menu”
Thanx!
Hey Paul,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .av-subnav-menu li a {
font-size: 14px;
}
Best regards,
Yigit
Excellent, thank you!
How can i change the background and the font color ?
I want a green background with a white font color.
Thanx!
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .av-submenu-container * {
background: transparent;
color: white;
}
#top .av-submenu-container {
background: green;
}
Best regards,
Yigit
Great thank you! Works great, is there any way to add a different color for the menu font on mouse over ?
Thank you!
Hi,
Please add following code to Quick CSS as well
#top .av-subnav-menu li a:hover .avia-menu-text {
color: orange;
}
Best regards,
Yigit
Thank you!
Hi,
You are welcome!
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 :)
Best regards,
Yigit