-
kjsk9boutiqueHi there,
I have not been able to change the color of the fields in the configurable list. Can I get some help please?
-
Lorenz JotForm SupportHi kjsk9boutique,
Thanks for reaching out to us for help. I assume you're referring to the configurable list widget field's text label. We can use CSS code to change the field label's font-color. Let me walk you through it:
1. First, copy this code:
#listContainer .configurable-list-field-label {
color: #ffffff !important;
}
.form-radio+label, .form-radio+span {
color: #ffffff !important;
}
2. In Form Builder, select the Configurable List widget and click on the Wand icon.
3. In the Widget settings panel on the right, click on the Custom CSS tab and paste the CSS code inside.
4. Finally, click on the Update button.
Give it a try and let us know if there's anything else we c an help you with.
Your Reply
Something Went Wrong
An error occurred while generating the AI response. Please try again!