• You did a great job of making your hamburger icon “hidden” and way too hard to change the color.

    If anyone else thinks that a black icon doesn’t work in all situations and would like to change it you must change the background of the span #nav-toggle and the background of that span’s before and after pseudo elements.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey @graftedin,

    Please add this in Customize => Additional CSS :

    #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    background: #your-color; 
    }

    Hope it helps!

    Thread Starter graftedin

    (@graftedin)

    Yeah….I figured that out on my own after wasting about an hour of time.

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

The topic ‘Hamberger Menu Color’ is closed to new replies.