Why my form input text color become grey instead of something readable?

  • beyondhighc
    Asked on December 27, 2017 at 1:46 PM

    Hey there, 


    Made my first form- works great! Went to fill it in as if I were my customer and was able to BUT the text I typed was grey. My customers have brain injuries and this isn't going to work. Wonder if I have a setting set wrong? Screenshot below shows I entered first name John but can barely see it. Please advise.

    Jotform Thread 1332126 Screenshot
  • Sabbir
    Replied on December 27, 2017 at 2:03 PM

    You can try changing the color of your input text.

    Inject the following piece of CSS code in your Form Designer:

    .form-textbox, .form-textarea

    {

      color: #000000;

    }

    Please follow this guide to know how you can inject custom CSS code:

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

    Let us know if you have any further query.

  • beyondhighc
    Replied on December 28, 2017 at 12:43 PM
    That worked thank you so much!
    ...