How to change URL text color in Terms/Conditions Widget

  • SunbridgeInstitute
    Asked on January 12, 2016 at 1:34 PM

    Can you tell me how to change the URL text color in my Terms/Conditions Widget? Right now it is purple but I would like it to be Amber like the others in the form. Thank you!

  • Jeanette JotForm Support
    Replied on January 12, 2016 at 3:52 PM
  • SunbridgeInstitute
    Replied on January 13, 2016 at 11:04 AM

    Yes, I was using this answer to change all the other fields, and I thank you for solving that problem. However, in the Terms/Conditions Widget, everything is different--it's not an hmtl screen. I'm assuming I have to use CSS here, but I don't know how. Thank you for revisiting my question.

  • BJoanna
    Replied on January 13, 2016 at 2:11 PM

    You can change color of URL text in Terms & Conditions Widget by adding CSS code inside of Terms & Conditions Widget Custom CSS field. Add this CSS code:

    a {

        color: #fbaa29!important;

    }

    How to change URL text color in Terms/Conditions Widget Image 1 Screenshot 30

    After you add this code your Terms & Conditions Widget widget will look like this.

    How to change URL text color in Terms/Conditions Widget Image 2 Screenshot 41

    Here is my cloned form where I added mentioned CSS code: https://form.jotform.com/60125495575965 

    Hope this will help. Let us know if you need further assistance.