How to change terms and conditions link color

  • hilltopkennels
    Asked on March 2, 2018 at 1:55 PM

    the text colour of the link to the terms and conditions url is a purple colour, i need to be able to change it to a colour that shows up better on my background.

    Jotform Thread 1403285 Screenshot
  • TREVON
    Replied on March 2, 2018 at 3:00 PM

    You can change the colour of the link of the terms and conditions link.

    Kindly inject the following css code to your widget:

    https://www.jotform.com/help/428-How-to-Inject-CSS-Codes-to-Widgets


    a:visited {

        color: #ff0000;

    }

    a {

        color: #ffff00;

        text-decoration: none;

    }

    Kindly do let us know if you need further assistance.