CSS: Would like to make all the blue text in white

  • Profile Image
    guevararenato
    Asked on September 9, 2025 at 9:19 PM

    I'm trying to make all the blue texts in white. I have updated the CSS but while it shows it in white during editing, it doesn't show it when it's published. My form is here: https://www.jotform.com/build/252508183645157

  • Profile Image
    Jessica JotForm Support
    Replied on September 9, 2025 at 11:34 PM

    Hi Renato,

    Thanks for reaching out to Jotform Support. Are you referring to these blue texts?

    CSS: Would like to make all the blue text in white Image 1 Screenshot 30

    In that case, you can add the following code to change the text color. Let me walk you through it:

    1. First, copy this code:

    input::placeholder {
      color: white !important;
    }

    2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.

    3. Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.

    CSS: Would like to make all the blue text in white Image 2 Screenshot 41 Give it a try and let us know how it goes.

Your Reply