Tagged: full width sub menu
Hi guys,
How do I change the font within the full width sub menu?
I’d like to make the titles bigger and bold.
URL below in the privacy area
Thanks,
Krissie
Hey Krissie,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .av-submenu-container li a {
font-size: 14px;
font-weight: 700;
}
Just adjust the font size value as you see fit :)
Best regards,
Nikko