• Hi All,

    I am loving Sydney theme, but I want to replace the 3-bar menu symbol with the word “Menu” when viewed with a mobile device.

    Is this possible?

    THANKS!
    PB

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    you can change it using css code.

    .btn-menu {
        width: auto;
    }
    
    .btn-menu:before {
        content: 'Menu';
    }

    you can use custom css plugin to put the code above

    Thread Starter palmerbb

    (@palmerbb)

    Thank you!
    Thank you!
    Thank you!

    Much appreciated..

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sydney: replace responsive menu symbol with 'Menu'’ is closed to new replies.