How do I tweak the color of text on an input form?

  • creditgenius
    Asked on April 11, 2017 at 11:25 PM

    When I tested this form,

  • Chriistian Jotform Support
    Replied on April 12, 2017 at 2:59 AM

    I checked your form (https://form.jotform.us/70623797118159) and I can see the issue you are having. The input text is hard to read because the font color is white. To properly view the input text, please inject this custom CSS on your form:

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

       color: black;

     

    }

    Result:

    How do I tweak the color of text on an input form? Image 1 Screenshot 20

    Her'es a guide on How to Inject Custom CSS Codes.

    Let us know if you need further assistance.
    Regards.