Configurable List Widget: Change the font color to black.

  • Rasvinder
    Asked on April 9, 2023 at 3:56 AM
  • Lorelie JotForm Support
    Replied on April 9, 2023 at 9:04 AM

    Hi Ravinder,

    Thanks for reaching out to Jotform Support. Changing the font color of the Configurable List Widget is easy. Let me walk you through it:

    1. Copy the code below:

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

     2. In Form Builder, click on your Configurable List field.

    3. Click on the Wand icon to open Widget Settings.

    4. Under the Custom CSS tab, paste the code in the CSS Code box.

    5. Click on Update Widget and you’re done

    1681045418 6432b7aa128f5  Screenshot 10

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

  • singhsilver716
    Replied on April 15, 2023 at 5:23 AM

    Lorelie


    Thanks you .. it works.