Change colors in a jotform

  • HippoDaddy
    Asked on September 23, 2015 at 7:37 AM

    Seems simple enough but having some trouble. Used a preset form someone else created.

    Want the line/text by the checkbox to be in white and the ability to link the word "disclaimer" to a url   (disclaimer.html)

    Thank you in advance for your help.

    Jotform Thread 668580 Screenshot
  • Charlie
    Replied on September 23, 2015 at 11:44 AM

    Hi,

    You can add an anchor link to the text by navigating to the options and adding this to the text:

    I have read and agree to the <a href="http://your-link-here.com" target="_blank">Disclaimer</a>

    Change colors in a jotform Image 1 Screenshot 40

     

    To change the color of the text, you can add this custom CSS code

    #label_input_10_0 {

        color : red !important;

    }

    You can add that code under the CSS tab in your Form Designer Tool.

    Change colors in a jotform Image 2 Screenshot 51

     

    I also noticed that you embedded the form's full source code in your website, if you make changes on the form builder, it won't appear directly in your website because you used the raw code and pasted it there. I would advise that you re-embed using the default embed script. However, please do make sure to remove all the previous code from JotForm before embedding the new one, to avoid problems.

    Change colors in a jotform Image 3 Screenshot 62

     

    I hope that helps.