How to remove prices from Featured Collection on home page - Debut Theme

Hi!

I would like to remove prices from Featured Collections on the home page, we use debut theme.

As a bonus I would like to align to center the Title and Vendor on the Featured Collections on the home page.

Any suggestions?

2 Likes

Hi,

Please share your store URL and if your store is password protected then also provide password too.

Thank you.

1 Like

Hi! It’s www.johanegerkrans.com

Please add below css code in bottom of assets/theme.css file

#shopify-section-16625662591fe1a2c4 .price__regular {
display: none;
}
.price__vendor.price__vendor–listing {
text-align: center;
}
#shopify-section-16625662591fe1a2c4 .h4.grid-view-item__title.product-card__title {
text-align: center;
display: block;
}

Thank you.

1 Like

Interesting, it worked on one of the featured collections but the others were unaffected. We would like all of the Featured Collections to have no price and text align center on home page.

Any solutions? :slightly_smiling_face: