How to change the field font color of the Configurable list widget?

  • DarkroomRefinery
    Asked on January 31, 2020 at 4:43 PM

    FIELDS FONT COLOR.

    I would like to change the fields' font color so that it matches the rest of my form elements.

    Is there a way to do this?

    Thank you

  • Girish JotForm Support
    Replied on January 31, 2020 at 8:50 PM

    I assume you are referring to the form "200233341517038 " in your account.

    Please insert the CSS code below into the Custom CSS tab of the widget:

    th{

    color: #555555;

    }

    Related Guide: https://www.jotform.com/help/428-How-to-Inject-CSS-Codes-to-Widgets 

    Result:

    15805217720102 3 Screenshot 10

    Don't forget to click on "Update widget" after you have added the code in the widget.

    Let us know if this works for you.

  • DarkroomRefinery
    Replied on February 1, 2020 at 1:34 AM

    Hi Gerard!

    This works like a charm!

    Thank you so much :)