I have tried to change the font size for main menu by going into Theme options, font size to 20px and save.
But stays the same I have tried different browser and reset my cache no avail.
The font stays in the default.
I was also wondering how to change the color of the bar the comes up when you hover over a main menu page.
thanks
tony
Hey Bendydad,
If you already tried to change the font size from Enfold > Advanced Styling > Select > Main Menu Links
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #header .av-main-nav > li > a {
font-size: 16px!important;
}
Would you mind providing a precise link showing the bar on main page? We need to be able to inspect them in order to help :)
Best regards,
Vinay