Configurable List: Unable to Change Field Label Color

  • Profile Image
    kjsk9boutique
    Asked on April 2, 2026 at 7:56 PM

    Hi there,

    I have not been able to change the color of the fields in the configurable list. Can I get some help please?

  • Profile Image
    Lorenz JotForm Support
    Replied on April 2, 2026 at 8:11 PM

    Hi 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.

    
Configurable List: Unable to Change Field Label Color
Image-1

    Give it a try and let us know if there's anything else we c an help you with.

Your Reply