Removal of Pricing in Grid View for a Collection

Removal of Pricing in Grid View for a Collection

AudraD
New Member
5 0 0

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

Replies 3 (3)

AcidPi
Shopify Partner
61 14 17

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

PageFly-Richard
Shopify Partner
5011 1120 1803

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>

PageFlyRichard_0-1718156668002.png

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.

PageFlyRichard_1-1718156714694.png

 

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.

Dan-From-Ryviu
Shopify Partner
11708 2294 2476

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.