"Search" Widget button colour
I got the "Search" widget in my right sidebar here: http://simonrouge.com/news-2/
unfortunately, the box, where you can type in, seems to be white and the text too, when you try to type something in. Where can i change those colours since I can't find those commands under the widget settings.
thx!
Comments
this is placeholder, and you can change its color, with custom css:
.widget_search input[type="text"] { border-color: #000 !important; color: #000 !important; }.widget_search input[type="text"]:focus { color: #000 !important; }
how can i change, whats typed in before I type something in? (e.g. now it is "enter your search" - I need that in german...)