For my mobile menu i want to change .avia-bullet change black -to-> white
I tied this:
#mobile-advanced .avia-bullet {color: red;}
also hover should switch from white -to-> black
Help appeciated.
Hey royaltask!
Please add following code to Quick CSS
#mobile-advanced a:before { color: orange; }
#mobile-advanced li:hover > a:before { color: blue; }
Regards,
Yigit
works fine. I have 1px solid bottom line white in the mobile menu, is it possible to have the line black?