Minimal Theme Remove Prices from Collection pages multiple

Hi

I am setting up minimal theme and have searched with no luck to find the fix.

I don’t have owner rights to the site yet. So can’t provide a link to the page.

But to explain I have multiple collection pages that I want to remove/hide the retail price from displaying.

They are OK on the product pages but don’t wish to see them on the collection pages.

Can this is be corrected with some code?

either a snippet or an asset code update? Or somewhere else?

All help appreciated

Hello @DragonBunny ,

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.template-collection .grid-link__meta {
    display: none;
}

Thanks

Hi Guleria

Thanks for the advice worked a treat.

Really fast and helpful cheers

DB