Search bar placeholder text color

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

Sign In or Register to comment.