White input text

  • lizjetgladwin
    Asked on July 30, 2022 at 12:52 AM

    Hi there,

    One of my forms seems to have white writing on a white background.

    The form title is initial enquiry.

    I think this is the link:

    https://form.jotform.com/221468306732859


    Thanks for your help,


    Liz

  • Carlo JotForm Support
    Replied on July 30, 2022 at 7:06 AM

    Hello Elizabeth,

    Thanks for reaching out to Jotform Support. Are you referring to the white text when you are typing?

    1659178967 62e50fd7a7a68  Screenshot 10

    If you want to change its color, you can add the following CSS code to the form so that the text should be displayed in black color.

    input {
     color: #000 !important;
    }

    You can change the color based on your preference by changing the color value.

    If that’s not exactly what you’re looking for, can you explain a bit more so I can help you better?