Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator cubecolour

    (@numeeja)

    This can probably be achieved by adding a pseudo element (with positioning if required) after the icon – either by adding CSS rules to the child theme’s stylesheet if you are using one, or via a custom styles plugin or the custom styles module of jetpack

    eg:

    #menu-toggle:before {
    content: 'MENU';
    position: relative;
    left: -60px;
    }
    Thread Starter nay18

    (@nay18)

    cubecolour – you’re a genius!

    Worked perfectly! Thank you ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add text to menu toggle’ is closed to new replies.