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)

#1552
Avatar photoBob

Adding the following code should help:

.search__btn > svg {
   fill: #000;
}