Tagged: mobile menu
When displayed on mobile, the submenu items have a larger font than the main menu items.
Is there a way to change the font size?
Thank you.
Hey jenhames,
I assume you’re talking about the burger menu (mobile menu). You can use this css code to change the font size of the submenu links:
#top #wrap_all .av-burger-overlay #av-burger-menu-ul .sub-menu li a{
font-size: 12px;
}
You can replace 12px with any other px or em value.
Best regards,
Dude
That did the trick.
Thanks!