Shopify themes, liquid, logos, and UX
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.
thanks in advance
Charlie
Solved! Go to the solution
This is an accepted solution.
Hi @CraigReep,
Please use the below steps to hide the price from this page:
1. 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.
2. Next you can find theme.css/base.css/style.css(it will be based on your theme file)
Add this css code:
#shopify-section-template--21026794668356__featured_collection_bmtxpT .card-information,
#shopify-section-template--21026794668356__featured_collection_LaQQTG .card-information,
#shopify-section-template--21026794668356__featured_collection_WwxmRX .card-information,
#shopify-section-template--21026794668356__featured_collection_qq4kKE .card-information,
#shopify-section-template--21026794668356__featured_collection_a8mkey .card-information{
display:none !important;
}
Result:
If you need further assistance, feel free to reach out!
I hope this helps! If it does, please like it and mark it as a solution!
Regards,
Sweans
- Here is the solution for you @CraigReep
- Please follow these steps:
- Then find the base.css file.
- Then add the following code at the end of the file and press 'Save' to save it.
.collection .card-information {
display: none !important;
}
- Here is the result you will achieve:
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Hello @CraigReep
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> component-card.css
add this code at the end of the file.
.card-information>*:not(.visually-hidden:first-child)+*:not(.rating):not(.card__information-volume-pricing-note) {
display: none;
}
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
Hi please read my original post, I don't want to hide price on all products. I explained that in the post
Didn't see the replies😕.
This is an accepted solution.
Hi @CraigReep,
Please use the below steps to hide the price from this page:
1. 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.
2. Next you can find theme.css/base.css/style.css(it will be based on your theme file)
Add this css code:
#shopify-section-template--21026794668356__featured_collection_bmtxpT .card-information,
#shopify-section-template--21026794668356__featured_collection_LaQQTG .card-information,
#shopify-section-template--21026794668356__featured_collection_WwxmRX .card-information,
#shopify-section-template--21026794668356__featured_collection_qq4kKE .card-information,
#shopify-section-template--21026794668356__featured_collection_a8mkey .card-information{
display:none !important;
}
Result:
If you need further assistance, feel free to reach out!
I hope this helps! If it does, please like it and mark it as a solution!
Regards,
Sweans
Hi please help more Im unsure where to paste this code?
You can add the line of code to your theme file in the following ways:
Go to your Shopify Admin.
Navigate to Online Store > Themes.
Find the theme you're using and click Actions > Edit code.
In the left sidebar, find and click on an existing CSS file in the assets folder (e.g., theme.css, styles.css, main.css). It depends upon your theme.
If you find an issue finding the css file, you can put the css in theme.liquid.
In the Shopify Admin, go to Online Store > Themes.
Click Actions > Edit code for your theme.
In the left sidebar, under the layout directory, click theme.liquid.
Inside the head tag, you can put the CSS
<head>
<!-- Other head content -->
#shopify-section-template--21026794668356__featured_collection_bmtxpT .card-information,
#shopify-section-template--21026794668356__featured_collection_LaQQTG .card-information,
#shopify-section-template--21026794668356__featured_collection_WwxmRX .card-information,
#shopify-section-template--21026794668356__featured_collection_qq4kKE .card-information,
#shopify-section-template--21026794668356__featured_collection_a8mkey .card-information{
display:none !important;
}
</head>
This will work for you.
I hope this helps! If it does, please like it and mark it as a solution!
Regards,
Sweans
Hi please read my original post, I don't want to hide price on all products. I explained that
Hi @CraigReep
Check this one.
.section-template--21026794602820__main-collection-product-grid-padding .price {
display: none;
}
Note: the price will hide only on this section.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
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
I would suggest installing the hide price app and take support of the app developer if required.
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025