Hi Folks – I would like to increase the size on the top navigation font – have done a search and came up with this code – which didn’t work. Any clues how to change the font size in the nav?
see here http://shortiedesigns.com/acmena/
#top .main_menu .menu li > a {
font-size: 16px !important;
font-weight: normal !important;
}
Thanks
Hey!
Try adding this code to the Quick CSS:
#avia-menu a {
font-size: 16px !important;
}
Cheers!
Josue