• Dear developers,

    Is there a way for me to adjust the typography(e.g. font size) for the mobile submenu? I know how to adjust the mobile main menu but not the submenu.

    Thank you for much.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @kghugo2000

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    
    #mobile-fullscreen ul ul.sub-menu li a {
      font-size: 15px;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter kghugo2000

    (@kghugo2000)

    Thank you so much it works the way I want.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to adjust the mobile submenu typography’ is closed to new replies.