I want to hide amount left on Gift Registry

  • joanfeldman
    Asked on November 1, 2018 at 8:20 PM

    I am creating a form for people to order shirts and pants. I like the look of the gift registry widget but is there a way for me to hide the quantity available? Or, with the inventory widget, is there a way for me to stack them close to each other like the gift registry widget does?

  • Kiran Support Team Lead
    Replied on November 2, 2018 at 1:40 AM

    Please try adding the following CSS code to the custom CSS section of the Gift Registry widget so that the quantities shall not be displayed.

    .items-left {

        display: none;

    }

    154113723302112018 111108 Screenshot 10

    Thanks!

  • joanfeldman
    Replied on November 2, 2018 at 7:48 AM

    That worked!! Thank you so much!