#6170

Saud
Participant

Hello,

Thank you so much for your help.

Okay so it worked just once for me and now its not working anymore.
Like i changed the label from:

.add-to-cart {
				.inline-block();
				> label {
					display: none;

TO

.add-to-cart {
				.inline-block();
				> label {
					display: inline;

And the changes are showing on the website but again when I changed it back to “none” is not working, it is still showing me the last “QTY”.

I don’t what’s the glitch. Please help.

Thank you.