-
guevararenatoAsked 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
-
Jessica JotForm SupportReplied on September 9, 2025 at 11:34 PM
Hi Renato,
Thanks for reaching out to Jotform Support. Are you referring to these blue texts?
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.
Your Reply
Something Went Wrong
An error occurred while generating the AI response. Please try again!