• Resolved robinhallett

    (@robinhallett)


    Hi there!

    How to I make my menu font size bigger on mobile/tablets? Is there a bit of custom css you can help me use?

    Thansk!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello there,

    Thank you for reaching out to us here.

    You can use the below CSS code:

    
    #mainnav-mobi a {
       font-size: 20px;
    }
    

    To apply it on your site, add it into Appearance > Customize > Additional CSS. You would want to adjust the value to meet your need.

    Regards,
    Kharis

    Thread Starter robinhallett

    (@robinhallett)

    You are the BEST Kharis!! Thank you.

    Kharis Sulistiyono (@kharisblank)

    Thanks for help….

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Mobile Menu Font Size’ is closed to new replies.