Skip to main content

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!

g[data-icon-name="menu"] {
fill: #0000ff;
}

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


Reply