How to delete prices from collection page and homepage feature with Taste theme?

What is the process for deleting prices from the collection page and the featured section on the homepage using the Taste theme?

Hi @loankinn ,

This is Kate 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--media .card-information .price {
    display: none !important;
}

Hope my answer will help you.

Kate from PageFly Team

It works perfectly, thank so much