I’ve tried some of the suggestions from other threads with the same question but without any luck. What I would like to do is to hide the prices on the collection template “originals” so that no price is shown on this page. I have already done this on the product template “originals” so that no price is shown on each individual product, but have not had any luck trying out solutions from other discussion threads to hide the price on a collection template. Any help would be much appreciated.
Hi,
To hide the price on collection page, please go to Edit code > Assets > component-price.css file.
Please add the code below at the bottom of component-price.css file.
.card-information>* {
display: none !important;
}
Hope it helps.
Thanks.
Hello @barevart
It’s GemPages support team and glad to support you today.
I would like to give you a solution to support you:
- Go to Online Store → Theme → Edit code:
-
Open your theme.liquid theme file
-
Paste the below code before :
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
