Sign in

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

#1563
Avatar photoitips3727
iambruno 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)}`