Gift Registry widget - change colour of checkbox.

  • bhds
    Asked on January 20, 2015 at 4:29 PM

    Do you have any CSS suggestions for changing the colour of the checkbox in the Gift Registry widget.  It currently shows in white, and I would like to change it to a different colour.

    Thank you.

    Jotform Thread 499894 Screenshot
  • Elton Support Team Lead
    Replied on January 20, 2015 at 5:30 PM

    Hi,

    You can use the following CSS but you must insert it on that widget under properties - custom CSS section.

    .checklist label.checkbox:before {

    border: 3px solid #888 !important;

    }

    Make sure to replace the color you want as I've bolded on this code.

    Example:

    Gift Registry widget   change colour of checkbox Screenshot 20

    Hope this helps. Thanks!

  • bhds
    Replied on January 21, 2015 at 9:58 AM

    Thank you - that worked perfectly.

    On the subject of the Gift Registry wizard, is there any way to display a message at the top of the form when all items in the registry have been purchased?