Styling the Terms and Condition widget

  • d_lane
    Asked on June 4, 2016 at 5:54 PM
    Next issue would be page 2. The terms box. I want the font to be around size 12. Also want the color of the link tot be light grey and the required star to be gold. Ant help with this?
  • Mike_G JotForm Support
    Replied on June 4, 2016 at 6:15 PM

    In order for you to achieve that, you'll just have to add the CSS codes below to the Custom CSS tab of the widget.

    #_label{

    font-size: 12px !important;

    }

    #_label a{

    color: lightgray !important;

    }

    .required, .requiredtxt{

    color: gold !important;

    }

    Styling the Terms and Condition widget Image 1 Screenshot 20

    I hope this helps. Let us know if you need any further assistance. Thank you.

  • d_lane
    Replied on June 4, 2016 at 6:19 PM

    ok great I just need to make the check box smaller as well and there are 2 stars one above the check box and one to the right of the phrase. Any way to remove the one above the checkbox?

  • jonathan
    Replied on June 4, 2016 at 7:41 PM

    I checked both of your forms 

    http://www.jotform.us/form/61557114560149

    http://www.jotform.us/form/61495814999173

    but I only see 1 asterisk (required validation) on the Terms widget. It was at the end of the phrase.

    Styling the Terms and Condition widget Image 1 Screenshot 20

     

    Can you tell us  which form to check? I must be checking the wrong forms.

    We will wait for your response.