Tagged: Fullwidth sub menu
How do we change the Fullwidth Sub Menu font size?
thanks!
Hey grwebs,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
Feel free to change the font size value to suit your deisgn :)
#top .av-subnav-menu > li > a {
font-size:18px!important;
}
Best regards,
Vinay