How can I change the font color of the input fields?

  • lovelesstattoo
    Asked on December 10, 2017 at 6:47 PM

    Hi, I'm having trouble changing the answers font in our form ? As you will see, the form is in black with higlights in grey. Most of the field are ok with a WHITE font. The ones I just added, the font is black, so I cannot see what I wrote after the highlight is gone on a black background... Any cue ? Thank you

  • Support_Management Jotform Support
    Replied on December 11, 2017 at 2:04 AM

    I can see that you managed to change the color of some input fields but some of them still uses black. To make all input fields use white, inject the following CSS codes to your Form Builder:

    .form-input input, .form-input textarea{

        color: white !important;

    }

    Complete guide: How-to-Inject-CSS-Codes-to-Widgets