How can I change color of search field text
Hi,
I would like to change the color of the text that is located within the search bar fields. See image below.
css color code for search text.png
Note: I have placed the code below in my header php file which made the text display, now I would like to add color to it.
<input type="text" value="" class="text" id="search-location" name="location" placeholder="Enter your zip code.">
Thank you in advance for any assistance with this.