• Resolved raba97

    (@raba97)


    Is there a way I can change the hamburger icon to one like this:

    My primary concern is to display the word “menu”.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter raba97

    (@raba97)

    I dont know why the links didn’t show up, but im looking for a hamburger icon that also shows the word “menu”, or just the word “menu” in a block

    Hey there,

    Please add following custom CSS to your theme using Advanced CSS Editor:

    #nav-toggle span { display : none; }
    #nav-toggle {
    width : auto; color : #FFF; text-transform : uppercase; font-size : 16px;
    }

    Cheers.

    Thread Starter raba97

    (@raba97)

    Thanks man, it worked! I’ve had to change the color though because it was the same as the background’s color.
    Many thanks!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change hamburger menu icon’ is closed to new replies.