Text when filling out form is white and can't be seen

  • april581
    Asked on February 4, 2021 at 5:27 PM

    Hi. I created a form. The text should be a navy blue and is navy blue in the field descriptions. However, when I fill out the field in the preview, it is white on a white back ground and I cannot see it. I tried changing the input field color to a dark color, but it remains white and the text remains white.

    Once I click out of the field, it becomes dark and you can see the white text, but when filling it out, you think it isn't working because of the white on white.

    Please help!!

  • Sigit JotForm Support
    Replied on February 4, 2021 at 9:27 PM

    Hi,

    Thank you for contacting support.

    Please allow me some time to do some test.

    Regards.

  • Sigit JotForm Support
    Replied on February 4, 2021 at 9:54 PM

    Hi,

    Thank you for your patience.

    Regarding "The text should be a navy blue..."

    Please kindly inject the following CSS code to your form

    input[type=text], input[type=email], input[type=tel], .form-dropdown {
      color: #000080!important;
    }

    Where #000080 is Navy Blue, you can change to it to your needs.

    1612493413 601cb26598470  Screenshot 10Related guide: https://www.jotform.com/help/117-how-to-inject-custom-css-codes

    Please give it a try, let us know if you need further assistance.

    Regards.

  • april581
    Replied on February 5, 2021 at 12:33 PM
    That worked. Thank you!!!
    ...