How to change font color of checkbox label for my added widget "Short Scrollable Terms"

  • house99onlinestore
    Asked on March 24, 2021 at 8:02 AM

    Hello there!

    Please help me how to change the font color of the checkbox label for my added widget Short Scrollable Terms. the text becomes invisible with the black form color.

    Thank you in advance.

    Jotform Thread 2989995 Screenshot
  • John Support Team Lead
    Replied on March 24, 2021 at 11:07 AM

    Please add this custom CSS code to the CSS tab of the widget:

    label#label {
      color: #FFFFFF!important;
    }

    This will make the label white.

    GUIDE: how-to-inject-css-codes-to-widgets