INPUT WHITE TEXT ON WHITE BACKGROUND, ALTHOUGH SETTINGS DIFFERENT

  • thegentledragonnetwork
    Asked on December 15, 2020 at 9:28 AM

    Hi. Can you please confirm how I can make the input text another colour? Currently it is set to white text and when inputting into a white box, it is not possible to see what you're writing. Thanks.

    Jotform Thread 2767554 Screenshot
  • Ashwin JotForm Support
    Replied on December 15, 2020 at 10:27 AM

    It seems the issue is when the field is highlighted, the typed content is not being displayed. When we move the focus out of the field, the text is being displayed in the color you have set.

    Please inject the following custom CSS code in your form to change the font color when the field is highlighted:

    .form-line-active input:focus,

    .form-line-active textarea:focus {

      color: #000 !important;

    }

    The following guide should help you how to inject custom CSS code in form: https://www.jotform.com/help/117-how-to-inject-custom-css-codes

    Hope this helps.

    Do get back to us if you have any questions.