Remove Product Price From Collections Page and "Suggested Products" breadcrumbs

Hello,

I am trying to:

*remove the price from products showing on the Collections page

*remove price on products appearing in the “Suggested Products” breadcrumbs.

I’ve tried following other suggestions threads but nothing seems to be working.

I am using MINIMAL template and my site is not yet live;

https://www.TheWaterCanShop.myshopify.com

Password: ahdohy

Thank you very much in advance!

Lynda

@Linnea641

Kindly Share the Collection page link,
So that i can help you.

Hi there,
I have three collections pages thus far. Here they are: (thanks!)

https://thewatercanshop.myshopify.com/collections/brass-watering-cans

https://thewatercanshop.myshopify.com/collections/copper-watering-cans

https://thewatercanshop.myshopify.com/collections/stainless-steel-watering-cans

@Linnea641
you want to remove this pricing.

p.grid-link__meta {
    display: none !important;
}

@Linnea641

Add this code in theme.scss

Thank you so much - worked perfectly in my MINIMAL theme!