• Resolved New_WP

    (@baxter89)


    Hello,
    I have a problem with the mobile menu, probably a bad manipulation on my part, when I change the font size in mobile mode, it also changes the size of my menu in normal mode.
    How to change mobile menu font.
    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter New_WP

    (@baxter89)

    I add the link of the site to see the problem of the size of the characters of the mobile menu.

    Site

    Hi @baxter89

    At the moment there isn’t an option to change how the menu looks on different devices(screen sizes). If you want to change the font size on the mobile menu you can use the CSS code below. You can adjust the font size to your liking:-

    @media only screen and (max-width: 600px)
    {.wp-block-navigation .wp-block-navigation-item__label 
    	{
        font-size: 14px;
    	}
    }

    You can add the code to the Additional CSS section, you can access that here.

    Thread Starter New_WP

    (@baxter89)

    Hello,
    Thank you I put CSS code, it does not change anything, I use submenus menu, maybe the problem comes from there.
    Thanks

    Thread Starter New_WP

    (@baxter89)

    Hello,
    It works.
    Thanks

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

The topic ‘Mobile menu’ is closed to new replies.