This topic has 4 replies, 2 voices, and was last updated 2 years ago ago by Rose Tyler
I’m trying to change this filter icon to white on green background on mobile, to be more visible
https://i.imgur.com/S2vWtqN.png
But chrome dev console does not show me this icon so I can target it with css?
Hello,
Try to add the next code in Theme Options > Theme custom CSS:
.et-toggle-mob-sidebars-inner svg {
fill: white;
}
.et-toggle-mob-sidebars-inner .et-toggle {
background-color: green;
}
Regards
perfect!
You’re welcome!
Regards
The issue related to '‘Is it possible to change this filter icon on mobile?’' has been successfully resolved, and the topic is now closed for further responses