Does anyone know the code for me to add to remove this “£0.00” from this page?
To clarify I only need it hiding on this page for these products. I have other products on my site which I still need the price to be shown. But just for this page I need the price hidden, if this helps all these products use the “Default Product” template and all my other products which still need the price use another product template.
Hello @CraigReep
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> component-card.css
add this code at the end of the file.
Please use the below steps to hide the price from this page:
In your Shopify admin, navigate to “Online Store” under Sales Channels. Click the three dots next to the theme you wish to edit, then select “Edit Code”. Refer to the screenshot for guidance.
Hi that’s for the wrong part of the site. Please check the screenshot. this page is when you click the “build your gate” button at the top of the home page.
Hello @CraigReep
Yes — this can be done, and using a separate product template is the right approach
Instead of hiding prices globally with CSS (which affects other products), you should hide the price only inside that specific product template. The common way is:
Edit the product template used for this page (for example product.default or its section)
Add a template-specific class or wrap the price block and hide it only there
This keeps prices visible on other products that use a different template.
If you prefer not to touch theme code, Hide price app handles this cleanly by letting you hide prices per product or template without impacting the rest of the store