I think this is referred to as the Main Menu sublevel links in Advanced Styling. How can I change this via CSS and not through Advanced Styling? Thank you!
Hey designyvr,
Why don’t you want to use Advanced Styling? What exactly are you looking to change?
Best regards,
Rikard
I’m looking to change the font size for the Main Menu sublevel links (or drop down menu links). I tried doing it the Advanced Styling settings but it didn’t work. How can I do it through CSS? Thanks for your help!
Hi,
Try this code in the General Styling > Quick CSS field:
#top .av-main-nav ul a {
font-size: 18px !important;
}
Please adjust the font-size number to suit.
Then clear your browser cache.
Best regards,
Mike
Thanks Mike, this works!
One more question – what is the CSS for adjusting the font size in the main menu?
I’d like the main menu links to be larger than the drop down menu links.
Thank you!
Hi,
For the main menu, please try:
#top #header .av-main-nav > li > a {
font-size: 18px !important;
}
Please adjust to suit.
Best regards,
Mike
Thanks so much Mike!
Hi,
I’m glad Mike was able to help. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon