Term & Conditions - how to change the colour of the tick?

  • jackiexiao85
    Asked on September 14, 2016 at 11:33 AM

    Hi there!

    How would I change the colour of the tick (black) in the terms and conditions widget? I would need a different colour since the background of my form is black and it doesn't show up...

    Thank you!

  • KadeJM
    Replied on September 14, 2016 at 1:14 PM

    Are you referring to changing the background color of the checkbox for the terms and conditions on your form here http://www.jotformeu.com/form/61522019826352 ?

    Term & Conditions   how to change the colour of the tick? Image 1 Screenshot 30

     

    To change it to another color such as white for example you can add the following css into the css area for the widget:

    .icheckbox_minimal, .icheckbox_minimal.checked.hover {

    background-color: #fff;}

     

    And that will make it look like this instead:

    Term & Conditions   how to change the colour of the tick? Image 2 Screenshot 41

  • jackiexiao85
    Replied on September 15, 2016 at 3:43 AM

    Yes! Thank you so much! It worked perfectly :)