How to remove box around checklist (widget) items?

  • skinlabhk
    Asked on September 23, 2017 at 6:55 AM

    Trying to remove the grey box / border around the checklist items, what is the correct CSS codes to inject?


    ThanksHow to remove box around checklist (widget) items? Image 1 Screenshot 40How to remove box around checklist (widget) items? Image 1 Screenshot 40How to remove box around checklist (widget) items? Image 1 Screenshot 40

    Jotform Thread 1255718 Screenshot
  • liyam
    Replied on September 23, 2017 at 9:58 AM

    You can remove the border for the checkist widget by:

    1. Edit your form, select the widget, and click the Widget settings
    2. Click the CUSTOM CSS tab
    3. Insert this code:

    .checklist {
       border: 0 !important;
    }

    4. click the Update widget button.

    How to remove box around checklist (widget) items? Image 1 Screenshot 20

    Do these steps to each of your checklist widget.