Gift Registry Widget - Change Checkbox Color

  • bhds
    Asked on November 28, 2017 at 2:12 PM

    How can I change the colour of the checkbox in the Gift Registry widget?  I asked this question a few years ago, but the CSS code that was suggested then doesn't seem to work.

    Thank you.

  • BJoanna
    Replied on November 28, 2017 at 4:08 PM

    I found your other thread - https://www.jotform.com/answers/499894 

    You can achieve the same with this CSS code now:

    .checklist label.checkbox .before {

        border: 3px solid #888 !important;

    1511903172css1 Screenshot 10

    Let us know if you need further assistance. 

  • bhds
    Replied on November 28, 2017 at 4:12 PM

    Thank you - that worked perfectly.