Hey,
I know how to change the font settings in the main menu. Now I want to change it for my sub-level menu as well, but there are some missing options in the advanced styling tab.
so, how can I change the font-weight in the sub-level menu?
Thanks and kind regards!
Christian
Hey,
Thanks for contacting us!
Please add following code to Quick CSS in Enfold theme options > General Styling tab and adjust as needed
.av-main-nav ul li a {
font-weight: bold;
}
Best regards,
Yigit
works! Thanks!