Remove 'View Full Details' Button On Featured Product On The Homepage (Using The Dawn Theme)

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.