What CSS is required to change the font size of the dropdown menu with Integrity?
I’ve searched quite a bit in these forums and others, but none of the solutions provided have worked for my site.
These are the two most common ones I’ve found, yet neither work:
desktop .sub-menu
{
font-size: 14px;
}
.x-navbar .sub-menu a
{
font-size:20px;
}
Thanks in advance!