Hide price on specific collection pages - Dawn theme

Hi @DDDigitalMS

From a very very quick look the CSS you need is this:

.card-information>.price {
    display: none;
}

How you get that to only apply to certain collections is up to you.

Either edit the files directly in the theme.

Or potentially add the CSS in a Custom HTML section somewhere on that category template.