• Resolved yig

    (@yig)


    Hi there,

    Is there a way to change the menu button that appears on narrow and mobile screens? Or maybe just be able to have a text like “menu” instead of the three lines?

    Cheers.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    You can change it to the word Menu by adding this code to your site’s Customize > Additional CSS area:

    .menu-toggle:before,
    .toggled .menu-toggle:before {
        content: "Menu";
        text-align: center;
        width: auto;
        font-family: Lato, sans-serif;
        font-weight: bold;
    }
    Thread Starter yig

    (@yig)

    Hey again,

    Thanks a lot for the quick response. Somehow I couldn’t make it work on my first try in Customise, a small square appeared instead of “menu” but i’ve just tried it again and now looks perfect ?? Can be especially useful for less tech-literate mobile users.

    Cheers.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu Button on Mobile Screen’ is closed to new replies.