Hi, I’m using the Dawn Theme and I would like to remove the View Full Details button on my homepage’s featured product.
Hey just add this style:
.featured-product a.link.product__view-details {
display: none;
}
to your css file.
Hope it helps.