Delete price

Hello @losgatos ,

Follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your styles.css file and paste the following code at the bottom:

.section-featured-collection .product-price {
    display: none;
}

Thanks