Hello,
I tried to change the font size of the submenu to 16px with the following CSS code:
#top .av-main-nav ul a{width:100%;height:auto;float:left;text-align:left;line-height:23px;padding:8px 15px;/* font-size: 16px !important; */min-height: 23px;max-width: none;text-decoration: none;font-family: inherit;}
But it does not work. Please advise. Thanks.
Hi AppelenEelman,
Please try the following in Quick CSS under Enfold–>General Styling:
#top .av-main-nav ul a{
font-size: 16px !important;
}
Regards,
Rikard
Hi Rikard, Thank you! It works very fine.
Groeten van Willem