I understand I can change the size, color, etc. by configuring the “Main Menu Sub Level Links” within the Advanced Styling BUT I do not see where I can change the font family and and font style. I would like to use the same font as in the Main Menu but smaller.
So, how do I change the font style for the sub level links (otherwise known as dropdown menu)
Also, is there a way change the width of the sub menu? It is wider than I need.
Thanks, Claudia
Hey cagraphicdesign!
If your just trying to change the font size then try this CSS.
nav.main_menu .sub-menu .avia-menu-text { font-size: 12px !important; }
.av-main-nav ul { width: 150px !important; }
Cheers!
Elliott
Changing the size is easy. I did that in the advanced styling sections. I want to change the style from the body copy style (open sans) to the heading font which is Oswald. That’s what I need to know.
Thanks
Claudia
Hi,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
Sorry, I forgot to include it
http://cttdev2.cagraphicdesign.biz/
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
ul.sub-menu li a span.avia-menu-text {
font-family: Oswald !important;
}
Regards,
Rikard
Thanks! You can close this.