How to change input font color

  • critternrse
    Asked on November 14, 2019 at 9:00 AM

    How do you change the color of the input text?  The input boxes are white and so is the font so you can't see what you've typed.  

  • esrataner
    Replied on November 14, 2019 at 9:21 AM

    Hi,

    You could do this by injecting following CSS code to your form. Please follow the instructions as explained in this guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    to inject below CSS code

    .form-textarea,.form-textbox {

    color: black !important;

    font-weight: bold !important;

    }