How can I change the font color in the configurable table widget

  • carecraft
    Asked on May 6, 2024 at 8:06 PM
  • William JotForm Support
    Replied on May 6, 2024 at 10:37 PM

    Hi Kelsi,

    Thanks for reaching out to Jotform Support. Here is the CSS code that you can add into your widget to make your labels turn color white:

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


    If you need to know how to inject CSS codes into widgets, you can follow the steps from this guide.

    Let us know if you have more questions or need more help.

  • carecraft
    Replied on May 7, 2024 at 11:22 AM

    Hi William,

    That worked, thank you! But now the checkboxes aren't white:

    How can I change the font color in the configurable table widget Image 1 Screenshot 20

    is it possible to have them both white?

  • Bilal JotForm Support
    Replied on May 7, 2024 at 11:58 AM

    Hi Kelsi,

    Thanks for getting back to us. It seems like you already applied the CSS for the checkboxes:

    How can I change the font color in the configurable table widget Image 1 Screenshot 20

    Reach out again if you have any more questions.

 
Your Answer