Search bar placeholder text color
in Fonts
Hi, how to I change the text color of the placeholder text in the search bar? I tried:
.widget_search input[type="text"] { color: #ffffff !important; }
#input[type="search"] { color: #ffffff !important; }
I just want the text to be white.
Comments
Please try this css If it does not work, please send a link to your page.
thanks