How can I change the font color for input text

  • joty32
    Asked on October 1, 2014 at 10:39 AM
    I cant see what im writing while testing my form, because the font color seems to be the same as the bacbround field color...and cant find how to change the field font color.
    I would be very pleased if you could help me on this
  • David JotForm Support
    Replied on October 1, 2014 at 12:34 PM

    Hi,

    To change the color of the text input for your form, inject this CSS:

    How to inject custom CSS

    .form-textbox{

    color: #FF0 !important;

    }

    Then change the color to your liking.