Search bar text colour
-
Search bar on my website (right of heading) has light blue text in keeping with the overall light cyan text. How do I change the text colour on the search bar only, without changing the text for everything else?
The blog I need help with is: (visible only to logged in users)
-
This should work:
#header input#s { color: red; }Note that it changes the text that you type into the search form.
Change the “red” color name to a color code of your choice:
http://automattic.github.com/Iris/
- The topic ‘Search bar text colour’ is closed to new replies.