Unable to change the color of the Configurable List widget font

  • Rik Wijnhorst
    Asked on July 5, 2023 at 5:18 AM

    When trying to change the color of field titles, it gets overwritten, so

    Div {

    color: white;

    }

    Doesn't work.

  • Dragana JotForm Support
    Replied on July 5, 2023 at 8:33 AM

    Hi Rik,

    Thanks for reaching out to Jotform Support. Please inject the following CSS code into the Configurable List Widget Settings:

    .configurable-list-field-label, label {
      color: white!important;
    }

    The final result should look as follows:

    Unable to change the color of the Configurable List widget font Image 1 Screenshot 20

    Give it a try, and let us know how it goes.