Hi i want to change the color line to my menu when i am wathing my web side from a mobile phone because my backround is black . i saw that 3 lines menu by default has black color so i cant see it.
thanks
Hi niaggeli
You can try with this custom CSS:
#gkMobileMenu i#static-aside-menu-toggler { color: #fff; }
and change to the color as you wish.