How can I change the color of the text when filling the form?

  • talleresdenarrativas
    Asked on April 5, 2017 at 3:08 AM

    I have the same problem in all my forms: the text color when filling the form is so light

  • Chriistian Jotform Support
    Replied on April 5, 2017 at 5:47 AM

    To change the font color of the text when filling out the form, please inject this custom CSS on your form:

    .form-textbox, .form-dropdown, 

     .form-textarea {

        color: black;

    }

     

    Result: 

    How can I change the color of the text when filling the form? Image 1 Screenshot 20

    Here's a guide on How to Inject Custom CSS Codes

     

    Let us know if you need further assistance.
    Regards.