Tagged: font
Hi
How can I change the font of the secondary links of the main menu?
In advanced Enfold options I can modify the font of the main menu but the secondary menu only allows to change font size.
You can see it at b2bactiva.com
Thank you.
Hey brunet77,
Add this to quick css;
.sub-menu li a .avia-menu-text{
font-family:arial!important;
font-size:10px!important;
}
Adjust the fonts to what you need.
Best regards,
Jordan Shannon