Hi,
I’d like to increase the font size of the secondary menu area. I used the code below in the General Styling CSS area, but it messed up my logo to the left and the font formatting in the main content area on the whole website.
}
#avia2-menu a {
font-size: 14px;
Any other recommendations?
Thanks,
Erika
Hey ekam520,
Add this to quick css:
#header_meta #avia2-menu a {
font-size: 14px!important;
}
Best regards,
Jordan Shannon