Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author sevenspark

    (@sevenspark)

    Hi Justin,

    There isn’t a setting for this in the lite version, but in the Pro version there’s an option called “Toggle Content Left Edge” that would allow you to add text in that position.

    I suppose an alternative would be to use an ::after pseudo-selector with the content property in some custom CSS to add that text if you prefer. Something like this:

    #shiftnav-toggle-main-button::after {
    content: "Menu";
    margin-left: 8px;
    }

    Note that the text itself won’t be screen-reader accessible, but the toggle button has its own aria label for that purpose.

    Hope that helps!

    Chris

    Thread Starter Justin

    (@static1635)

    That’s brilliant, thanks very much! Very much appreciated.
    I’d certainly consider the pro option at somepoint, but this makes the menu a keeper.
    Cheers, Justin

    Plugin Author sevenspark

    (@sevenspark)

    You’re welcome, Justin! Glad it helped 🙂

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

The topic ‘The word “menu” next to the hamburger?’ is closed to new replies.