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
A user running the Be Yours 7.2.1 theme wants to remove product pricing from their Canvases collection grid page. Multiple solutions have been provided:
CSS-only approach:
.card__information-wrapper > div.price with display: noneAlternative solutions:
</head> tagOne responder also offered unsolicited suggestions about adding a testimonial section to the homepage. The discussion remains open with no confirmation from the original poster about which solution was implemented or successful.
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 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
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