How can I change the color of my search icon?

Hello,

Im currently trying to change the search icon color from black to white, but there is no option to do so in theme settings. I have looked around the community and none of their solutions work for me. How do i go about this?

Site: zavlus.com

Thank you!

1 Like

Go to the Assets section in the code editor and look for wonify.scss.css (or wonify.css). Then place this code at the bottom of the wonify.scss.css file:

.site-nav__link.site-nav__link--icon.js-search-header.js-no-transition {
    fill: #fff;
}

The icon should look like this:

2021-11-11 01_20_49.png

Perfect, thank you!

1 Like

@jo7721 I’m glad the issue is solved!