Removal of Pricing in Grid View for a Collection

Topic summary

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:

  • Add custom CSS to Theme Editor > Collections > Collection Template > Section > Custom CSS
  • Target .card__information-wrapper > div.price with display: none
  • This applies only when viewing that specific collection page

Alternative solutions:

  • Two responders suggest adding code snippets to theme.liquid above the </head> tag
  • Access via: Online Stores > Themes > More Actions > Edit code

One 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.

Summarized with AI on November 8. AI used: claude-sonnet-4-5-20250929.

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

Hi @AudraD

You can do that by adding this code to theme.liquid after


Best regards,

Dan from Ryviu