Sign in

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;
}

 

--
Do you appreciate the support you've received today? If so, consider donating to the Publii team by clicking here; we'll be sure to use your donation to make Publii even better!