Need help changing the color of the hyperlinked text in the terms and conditions widget

  • jackiekramer
    Asked on February 13, 2018 at 12:58 AM

    I agree to terms & conditions. *

    Can you please help me change the colors on this line? "I agree to" WHITE "terms & conditions." RED or another bright color (this is a hyperlink).

    Thank you!

    This is on my Floral Shoot & Edit Spree - La Conner

  • Support_Management Jotform Support
    Replied on February 13, 2018 at 4:34 AM

    Is this the form you're currently working on?

    https://www.jotform.com/80427107884965

    From how you described it, you wanted to change the color of the hyperlinked text (terms & conditions) to red or a brighter color. To achieve this, inject the following CSS codes to the widget's CUSTOM CSS tab:

    #_label a {

        color: red !important;

    }

    Complete guide: How-to-Inject-CSS-Codes-to-Widgets

    Just change the color value upon your discretion.

    Result:

    Need help changing the color of the hyperlinked text in the terms and conditions widget Image 1 Screenshot 20