How to change the imput color

  • rosshonig23
    Asked on August 31, 2017 at 9:18 AM

    When someone fills out the form, the input text color or gray and not that clear. How do I change the color to black so it's clearer as to what they're typing in on the form.

  • BJoanna
    Replied on August 31, 2017 at 11:03 AM

    If you are working on this form http://www.jotform.us/form/72344222899160, add this CSS code to the form:

    .form-textbox, .form-textarea {

        color: #000!important;

    }

    How to Inject Custom CSS Codes

    Here is my cloned form that you can test: https://form.jotformpro.com/72424428418962 

    If you are working on some other form, please provide us the ID of that form. 

    Let us know if you need further assistance.