How to change the color of scrollable terms and conditions widget?

  • conventioneers
    Asked on May 13, 2017 at 8:53 PM

    I would like to change the color of (BY CLICKING THE SUBMIT BUTTON, I AGREE TO THE TERMS AND CONDITIONS)

    thanks.

     

  • Kevin Support Team Lead
    Replied on May 13, 2017 at 11:17 PM

    It is possible to change the text color by injecting the following code to the widget:

    label#label {

        color: green;

    }

    To inject the code, simply click on the widget and wizard icon, go to the Inject CSS tab and paste the given code there: 

    How to change the color of scrollable terms and conditions widget? Image 1 Screenshot 20

    Hope this helps.