How to hide the Unlimited text in the Quantity Gift Registry widget

  • Profile Image
    a3bs
    Asked on December 16, 2024 at 10:04 AM

    3. On page 20- is there an option or CSS that you can provide to hide the “unlimited” green text? It’s not applicable for what I am using this widget for (see attached).


  • Profile Image
    Ronald JotForm Support
    Replied on December 16, 2024 at 10:59 AM

    Hi Nicole,

    Yes, it is possible to hide the text in the Quantity Gift Registry widget. Let me show you how:

    1. First, copy this code:

    span.items-left {
      display: none !important;
    }

    2. In Form Builder, select the Quantity Gift Registry widget and click the Wand Icon.

    3. Under the Custom CSS tab, paste the code and click the Update Widget Button.

    How to hide the Unlimited text in the Quantity Gift Registry widget Image 1 Screenshot 20

    Let us know if there’s anything else we can help you with.

  • Profile Image
    a3bs
    Replied on December 16, 2024 at 11:45 AM
    Hello,
    I am not getting the same results. Can you please confirm the CSS code you provided (below) is correct? It also looks like from your screen recording that the CSS you inputted in your example is shorter. When I put the CSS you provided in, I get the same result which is Unlimited still showing (screenshots attached).
    .form-product-item .form-product-container
    .form-product-details b {
    display: none !important;
    }
    [signature_377084857]
    Nicole Sherk
    C3 Marketing Contractor
    nsherk@echosimulation.com<nsherk>
    www.echosimulation.com<https: />
    [signature_2114575717]<https:>
    [signature_414287069]<http:>
    [signature_2527039380]<http:>
    [App Banner Image]<http: />
    </http:></http:></https:></nsherk>...
  • Profile Image
    Ronald JotForm Support
    Replied on December 16, 2024 at 12:30 PM

    Hi Nicole,

    It seems a wrong code was added to my previous reply as I was splitting the thread: You can use the code below to hide the Unlimited Text:

    span.items-left {
      display: none !important;
    }

    See the screenshot below for the results:

    How to hide the Unlimited text in the Quantity Gift Registry widget Image 1 Screenshot 20

    Let us know if you have any other questions.