Thank you guys for the great support. I was wondering how I could make the menu fonts 20% bigger then the default size?
Hi microhound!
Add this to the Quick CSS:
#header_main .container, .main_menu ul:first-child > li a
{
font-size: 120% !important;
}
Adjust “120” to whatever number you like.
Cheers!
Andy
Thank you!!