canadamga
-
Posts
3 -
Joined
-
Last visited
Content Type
Forums
Downloads
Store
Events
Blogs
Gallery
Profiles
Posts posted by canadamga
-
-
-
Hello,
I am trying to change the word 'quantity' on my service items in my store. However after 15-20 mins the code below changes to everything to Quantity (1 Ticket) in my store. Any assistance would be appreciated
website: https://www.canadamga.ca/store/p/cmga-angus-glen-golf-tournament-solo-ca23g-m54h6
code:
#item-656fd3d8dad09a7a18b6c37f .quantity-label { visibility: hidden; } .quantity-label:before { visibility: visible; content:
"Quantity (4 Tickets)"; display: block; }
#item-656fca47263fd234be06c04e
.quantity-label { visibility: hidden; } .quantity-label:before { visibility: visible; content:
"Quantity (1 Ticket)"; display: block; }
#item-65b00151b67fcf78a112eda8
.quantity-label { visibility: hidden; } .quantity-label:before { visibility: visible; content:
"Quantity (4 Tickets)"; display: block; }
#item-65a9d3f860f1595519aea2c2
.quantity-label { visibility: hidden; } .quantity-label:before { visibility: visible; content:
"Quantity (1 Ticket)"; display: block; }
Change the word 'Quantity' in store
in Other
Posted
Thanks for your reply. This does change the label Quantity, but it does it for all the items in my store. Some items have 1 quantity and some have 4.
I added the product ID before .quantity-label but it did not work
I added