Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

How to change the color of the magnifying glass (search icon)

#1563
Avatar photo[anonymous]
[anonymous] wrote:

Thank you very much Bob but… ¿where should I include that? ¿On the <head> custom HTML?

Let me ask you one more question:

¿How can I change the background color? I tried changing all the available colors and none worked. I wanted to make the background black.

Thank you in advance,

If you want to also cover hover and focus, you could also add in the Custom CSS Tool:

`.search__btn:focus > svg, .search__btn:hover > svg {fill:rgba(0, 0, 0, .7)}`