Hi!
Just wondering how I can increase the font size of the top header menu? I’ve tried a few of the solutions offered on the forum but nothing seems to work for me. The closest I have found is
.menu-item a {
font-size: 20px!important;
}
But this increases my Main Menu font size as well.
Thanks for your help.
Kind regards
Nicole
Hi NIcole,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
Rikard
Thanks Rikard, the site details are included in the private content.
Thanks
Nicole
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.sub_menu>ul>li>a, .sub_menu>div>ul>li>a {
font-size: 18px;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
Hey Yigit
This worked perfectly! Thanks so much for your help!
Kind regards
Nicole