Tagged: Menu css, menu styles
I’ve tried to set the menu font-size in Advanced styling and tried to change the CSS to make the Main menu font-size larger. I’ve been unsuccessful. In fact even changing the overall font-size in general styling did not work. Please advise.
Hey websavvymarketers,
I’m seeing:
font-size:18!important;
This is in your css currently and would have to be removed before you can change the size.
Best regards,
Jordan Shannon
Yes that would appear to have been a problem, but that was placed there because I couldn’t get the advanced style feature to work. I’ve removed it and tried to use advanced style again and nothing I try seems to change the font size of the main menu or the body font for that matter. Thanks for your help. Any other suggestions?
Carolyn
Hi,
Remove the !important and then we should be able to target it correctly.
Best regards,
Jordan Shannon
I’m sorry I wasn’t clear. I did remove the !important and it still does not work. Thanks for your help. Carolyn
Hi,
Try the following:
#avia-menu a .avia-menu-text{
font-size:20px!important;
}
Best regards,
Jordan Shannon