Question

How can I change the color of the hamburger menu?

  • 26 April 2023
  • 1 reply
  • 58 views

Hi,

I’ve made a few attempts to target the hamburger icon and change it to flat white with no success. Looking for code to do so.

 

Thank you!


1 reply

Userlevel 7
Badge +3
g[data-icon-name="menu"] {
fill: #0000ff;
}

This should do it for you, just change the #0000ff to whatever color you want.

Reply