Text on form isnt showing up

  • cannadrop
    Asked on December 16, 2017 at 4:56 AM

    Hello, i have a form with a white background and black text selected but when filling the form out the text isnt visible? can you please help troubleshoot this. I'd also like the fill in boxes to have a black border so they'll be easier to see against the white background if possible.  It's called membership application and it's the only form on this account.

  • liyam
    Replied on December 16, 2017 at 5:41 AM

    Please inject this CSS code into your form:

    input, select, textarea{
        color: #000 !important;
    }

    If you need to know how to inject CSS codes into your form, please follow the steps from this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Feel free to let us know if you have questions.

    Thanks.