How do I change font color on form when typing in answers?

  • ruffliferescue
    Asked on May 28, 2017 at 12:12 PM

    How do I change font color on a form when typing in answers? Right now, it's coming up white, so you can't see what you've typed. Also, check boxes aren't showing up either, because they're white.

  • liyam
    Replied on May 28, 2017 at 1:02 PM

    I just checked your form and it appears fine. If this is still currently happening on your form, it would be great if you can share with us the kiind of browser that you are using.

    In any case, you can inject this CSS code into your form:

    input, textarea {
       color: red;
    }

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

    Note: You can change the color 'red' to any color. 

    Feel free to let us know if you have questions or if you need assistance.

    Thanks.