-
a3bs -
Ronald JotForm SupportHi 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.
Let us know if there’s anything else we can help you with.
-
a3bsHello,
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>... -
Ronald JotForm SupportHi 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:
Let us know if you have any other questions.