Announcement

Collapse
No announcement yet.

Search Input Font Color

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • lesliekirk
    replied
    Originally posted by Bruce - PhosphorMedia View Post
    you might just try adding style="color:#fff" to the input itself ...
    That didn't help either. Something that I introduced into the CSS is conflicting...sigh. FWIW the mobile version is working okay.

    Leave a comment:


  • lesliekirk
    replied
    Inline is going to be my next step

    Leave a comment:


  • Bruce - PhosphorMedia
    replied
    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:


  • lesliekirk
    replied
    Originally posted by Bruce - PhosphorMedia View Post
    you might just try adding style="color:#fff" to the input itself ...
    I thought that is what I had been doing...

    Leave a comment:


  • Bruce - PhosphorMedia
    replied
    you might just try adding style="color:#fff" to the input itself ...

    Leave a comment:


  • Matt Zimmermann
    replied
    Hi Leslie,

    Yeah, probably.

    Leave a comment:


  • lesliekirk
    replied
    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:


  • Matt Zimmermann
    replied
    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:


  • lesliekirk
    started a topic Search Input Font Color

    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.
Working...
X