I applied a theme to my form, but when you go to fill out the form, you cannot see your answers.

  • harriettelott
    Asked on June 23, 2016 at 2:42 PM

    I can't see how to change the color of the answers in the boxes. 

     

    Thank You,

    Nedra

  • David JotForm Support
    Replied on June 23, 2016 at 3:01 PM

    Adding this code to your form should change the input font color to black:

    http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    .form-textbox, .form-textarea{

    color : black !important;

    }

    Adjust the color to whatever you would like the input color to be.