Remove Prices from Collections Pages on Studio Theme

Hello,

I have tried all the suggestions I’ve found for similar questions on this forum to no avail. I would like my prices to be hidden on each collection page and only shown on the individual product pages. Can you help?

Thanks,

Lisa

Hi @LisaWommack ,

This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/component-card.css->paste below code at the bottom of the file:

.card__information .card-information .price {
    display: none !important;
}

I hope it would help you
Best regards,

Richard | PageFly

That worked perfectly! Thank you so much, Richard.

Hi @LisaWommack ,

Great! I’m glad that I can help :blush: