Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #985354

    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!

    #985449

    Hey designyvr,

    Why don’t you want to use Advanced Styling? What exactly are you looking to change?

    Best regards,
    Rikard

    #985498

    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!

    #985501

    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

    #985504

    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!

    #985520

    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

    #986666

    Thanks so much Mike!

    #986722

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Drop down menu font size’ is closed to new replies.