Change text color of the terms widget

  • rduong
    Asked on September 5, 2017 at 8:32 AM

    hi

     

    i would like to change the text color in white on the widget of terms and condition.

     

    could you help me please ?

    thank you

     

  • Jan
    Replied on September 5, 2017 at 9:49 AM

    I believe you are referring to this form (https://www.jotformeu.com/form/71762620894362).

    Please insert this custom CSS code inside the Terms and Conditions widget:

    #_label {
    color: #ffffff;
    }

    Change text color of the terms widget Image 1 Screenshot 30

    Here's a guide on How-to-Inject-CSS-Codes-to-Widgets. Here's the result:

    Change text color of the terms widget Image 2 Screenshot 41

    Hope that helps. Thank you.