Remove border around Quantity Gift Registry widget items

  • clarkschool
    Asked on February 2, 2016 at 10:13 AM

    Hi there,

    How do I remove the border around the items in the Quantity Gift Registry widget? I thought I had the correct CSS, but the bottom border of each cell remains.

    Thank you!

    My form is here: https://form.jotform.com/60314078693155

  • Mike
    Replied on February 2, 2016 at 12:58 PM

    Please try the next CSS in order to remove the item borders within Quantity Gift Registry widget.

    .list-item {
    border: 0 !important;
    }

    Remove border around Quantity Gift Registry widget items Image 1 Screenshot 20

    Thank you.

  • clarkschool
    Replied on February 2, 2016 at 2:33 PM

    Thanks, that fixed my issue! And thank you for the VERY timely response!