Is there a way to reduce the font size in menu sub items?
Hi,
Here is the CSS to reduce the font size of the submenu items:
#mainnav ul ul li a {
font-size: 12px;
}
Put the code into Customize > additional CSS.
Regards,
Awan
Many thanks Awan, worked perfectly.