-
sdtrickAsked on March 26, 2025 at 5:27 PM
-
Lara JotForm SupportReplied on March 27, 2025 at 3:23 AM
Hi Stephen,
Thanks for reaching out to Jotform support. You can easily change the font and color of the configurable list labels by Injecting CSS Codes into your form. Let me walk you through it:
1. First, copy this code:
/*Changes the font and color of the configurable list labels - 25626351*/
.configurable-list-field-label, label {
color: red !important;
font-family: "Comic Sans MS", cursive, sans-serif !important;
}
.add{
color: red !important;
font-family: "Comic Sans MS", cursive, sans-serif !important;
}
/*Code ends here*/
2. In Form Builder, click on the Wand icon beside the Widget.
3. Now, in the Widget Settings, click on the Custom CSS tab, and paste the code into the CSS Code box. That’s it.
Give it a try and let us know if you need any other help.
Your Answer
Something Went Wrong
An error occurred while generating the AI response. Please try again!