Hey there,
how can i change the color of the icon? i have pages where it is white and on the pages using woocommerce shop there is a white background and white icon. I tried several css codes but nothing really fits. Can you please have a quick lock? Thank you!!
Hi!
this worked on my page:
#advanced_menu_toggle {
color: #4d83b8;
background-color: red;}
@lucie thank you vey much. unfortunately not. the background is still black.
tried this /*[data-av_icon]:before {
color: white;
}*/ but does not work at all – too globally.
Hi,
I’m not sure where you got that CSS from, but please try this instead:
#advanced_menu_toggle {
color: red !important;
}
Best regards,
Rikard
Hey Rikard, the noob method: chrome :-) tried it out in console and it worked globally ;-)
…but your code is still better and works! thank you very very much, Rikard!