-3

I have searched but have found no solution to changing the color of the hamburger icon from white to anything else. I need solution specific to jquery mmenu.

NoChance
  • 5,632
  • 4
  • 31
  • 45
Bazaboo
  • 13
  • 3
  • This is not jquery specific you could use css and select the element and give it a color and if you really need to use jquery you $([select-item]).css({'color', 'red'}) – Enjayy Apr 21 '16 at 02:23

1 Answers1

0

Finally found out where the hamburger icon is. mmenu/demo/css/demo.css.

Just need to replace the background image to anything you want. ex:L before

after

Bazaboo
  • 13
  • 3