How to change the Placeholder color?

  • Devanshi Desai
    Asked on November 27, 2022 at 1:40 PM

    How to change the "Placeholder" color?

  • jonathan
    Replied on November 27, 2022 at 5:19 PM

    Hi,

    I assumed you were referring to your form https://www.jotform.com/form/223070620723041. If this is not the form, please share to us the correct URL link of your form so that we can check.

    As to your question, you must meant the placeholder text color.

    1669587406 6383e1ce927b9 6383e1ce9277d Screenshot 10

    You can inject the following CSS codes to change the text color of the placeholder text in the form.

    ::placeholder {
    color: #ffffff !important;  
    opacity: 1;
    }

    Example, this code changes the text color to white #ffffff .

    1669587557 6383e265bc849 6383e265bc809 Screenshot 21

    Let us know if you need further assistance.