All things Shopify and commerce
I'm using Be Yours 7.2.1 theme.
I would like to remove pricing from the Canvases collection grid page. Any code available to do this would be most appreciated.
https://audrastitches.com/collections/canvas
Thanks
Hi,
Add this CSS to your Theme Editor > Collections - Collection Template > Section > Custom CSS
So it only applies when viewing this collection page.
.card-information__wrapper > div.price {
display: none;
}
Regards
Hi @AudraD
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
<style>
.collection .card-information__wrapper .price {
display: none !important;
}
</style>
While reviewing your page to address the issue, I noticed that it looks nice, warm, and elegant. I also have a suggestion: consider adding a Review Testimonial section to the home page.
Testimonials are more formal and highlight the specific results that customers have achieved by working with you.
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Hi @AudraD
You can do that by adding this code to theme.liquid after <head>
<style>
.card--product+.card-information .price { display: none; }
</style>
Best regards,
Dan from Ryviu
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025