Hello I'm using the search and archive widgets in the blog and single post page.
Depending on the broswer the placeholder text color change:
- on firefox, ie11 both the search and archives widget has white placeholder text. the dropdown menu in the archives is black, luckly
- on chrome, edge, opera I see light grey text for the search bar and absolute white in the archives (also in the dropdown menu)
here are a couple of screens
I'd like to set everything to grey or black...
Did I mess something up in the color section in theme option?
Comments
please take a look at [Links visible only for registered users] where it has been explained how to change placeholder text color.
Thanks!
#searchform input { color: #000 !important; }Anyway, to change Archives widget text color as well, please use:
.widget_archive select { color: #000 !important; }