How to change the input text color on form fields?

  • MedicareMadeEasy
    Asked on May 11, 2018 at 5:33 PM

    I have a dark gray background on short text input fields, but the text itself is coming up as black.  Where do I go to change the input text color?  Sorry for such a basic question, but I am currently baffled. 

  • luisvcsilva
    Replied on May 11, 2018 at 5:54 PM

    You can change the input color text using the following custom CSS code:

     

    .form-textbox, .form-textarea, .form-dropdown {

        color: #fff;

    }

     

    While editing your form, go to the Form Designer and select the "CSS" tab. Paste the code above in the text area.

    1 - Go to the Form Designer

    1526075616white1 Screenshot 10

    Go to the CSS tab and paste the code as shown below:

    1526075608white Screenshot 21

     

    You can clone my form (identical to your form) with this customization.

  • Mike_G JotForm Support
    Replied on May 11, 2018 at 7:27 PM

    Adding the CSS codes that @luisvcsilva have provided should help you with your concern.

    Here's a guide on how you can inject custom CSS codes to your form — How-to-Inject-Custom-CSS-Codes

    If you have other questions or concerns, please feel free to let us know.