Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #994534

    When displayed on mobile, the submenu items have a larger font than the main menu items.
    Is there a way to change the font size?
    Thank you.

    #994789

    Hey jenhames,

    I assume you’re talking about the burger menu (mobile menu). You can use this css code to change the font size of the submenu links:

    
    #top #wrap_all .av-burger-overlay #av-burger-menu-ul .sub-menu li a{
    font-size: 12px;
    }
    

    You can replace 12px with any other px or em value.

    Best regards,
    Dude

    #995144

    That did the trick.
    Thanks!

    #995250

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.