How To Change Color of Search Bar Text
Hi All,
can anyone tell me how to change the color of the text inside the searchbar?
-
Hi Lisa,
To change the color of the text in the Search Bar, add the following code in the CSS Tab on the Theme Editor:
----------
.search input[type=search] {
color: brown;
}See it live at:
-
That did not work for our site. In the end we made the change here. This allowed this one aspect from a long list of ADA compliance issues to be resolved.
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
2 Kommentare