Change color of menu icon
Design and Skin Customization
i'll get the whole code and I'll list it here...brb
now this code below is what I think is bringing the white color of the meu button
and when you go to my test site.. www.spied.me
i change my header from a #333333 background color to a #ffffff background color
you can see that I put a blue background around the white menu button to show cause with a white background the menu button dissappears
li#menu_buttons > a {
background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC") no-repeat scroll center center;
height: 22px;
width: 22px;
display: block;
}
updated by @boplive: 05/17/17 06:59:38PM