Viewing 2 replies - 1 through 2 (of 2 total)
  • Look for current theme’s stylesheet. You can find it in Appearance->Editor. And add following code at the end of stylesheet:

    input, input[type="text"], input[type="url"], input[type="date"], input[type="password"], input[type="email"], textarea, select, button, input[type="submit"], input[type="reset"], input[type="button"]{
    color:#000;
    }

    Note: #000 Code is for black color. You can replace this code with yours.

    Thread Starter Mercury_pl

    (@mercury_pl)

    Yeah science!
    it works 🙂
    It’s important to put this code to style-custom.css
    not style.css

    Thanks a lot for your help!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Input text color’ is closed to new replies.