How to change Terms and conditions text color

  • Enlighted_INC
    Asked on June 19, 2020 at 6:19 PM

    How can I change the text color of the Terms and conditions widget?

    1592605179T & C Screenshot 10

  • VincentJay
    Replied on June 19, 2020 at 7:04 PM

    Are you referring to these texts?

    1592607762gddsbs Screenshot 10

    If yes, please add this custom CSS code to your widget:

    label {

        color: #ff0000;

    }

    To add it, please follow this guide: https://www.jotform.com/help/428-How-to-Inject-CSS-Codes-to-Widgets


  • Enlighted_INC
    Replied on June 19, 2020 at 7:11 PM

    yes, but I only want to change one of them.

    1592608280TC Screenshot 10


  • Jovanne JotForm Support
    Replied on June 19, 2020 at 7:22 PM

    Hi, you can add this custom CSS to the widget custom CSS field:

    #_label{color:red;}

    How to change Terms and conditions text color Image 10


    Let us know if this works for you.

  • Enlighted_INC
    Replied on June 19, 2020 at 7:25 PM

    that fixed it. Thx