Hi, Id like to hide the price for gates on my site on the collection pages. I have already hidden the price from their product page as ill be using a price calculator, but can someone help to please remove the price from the collection page on all Gate collection pages on my site, but not “Ironmongery, Metal posts and Wooden posts” as their prices do need to be displayed on their collection pages.
So all “double, single, side panel, bifold and trifold gate” prices all need to be hidden on collection pages
https://512f21.myshopify.com/collections/double-gate
Thanks in advance
Charlie
This code will remove all the prices in all collections. Add it to your base.css:
.card-information {
display: none;
}
1 Like
Hi, I only need this for certain collections though. Only for gate collections, not for Ironmongery and wooden and metal posts which are on my site.
Hey @CraigReep ,
Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.
If you want to add it to base.css, just remove the tags.
Screenshot is for reference only, the correct code to paste is the one shown above.
1 Like
Works great mate, thanks very much!