Originally posted by Bruce - PhosphorMedia
View Post
Announcement
Collapse
No announcement yet.
Search Input Font Color
Collapse
X
-
-
hmmm...didn't see it there. just to be clear, i was referring to an inline attr style ( <input style="color:#fff"> )
Leave a comment:
-
Originally posted by Bruce - PhosphorMedia View Postyou might just try adding style="color:#fff" to the input itself ...
Leave a comment:
-
you might just try adding style="color:#fff" to the input itself ...
Leave a comment:
-
I tried a quick fix by adding this to the HEAD tag field. That didn't seem to help. Do need to go ahead and add it to the custom.css file?
Leave a comment:
-
Hi Leslie,
It looks like the color property set in the theme.css file is being overwritten by the body color property in your custom.css file. To correct this, add this to your custom.css file.
Code:.search-input { color: #fff; }
Leave a comment:
-
Search Input Font Color
I'm trying to figure out what is controlling the font color for the search input field. Specifically when you are typing in the field. If I move my cursor out of the input field I get the font color I want, but if I mouse over I get some other color that I can't find. To say the least, it's almost impossible to see the text in the input field here.Tags: None
Leave a comment: