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

Solved

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

Gagnon
Visitor
1 0 1

Hi, I'm using the Dawn Theme and I would like to remove the View Full Details button on my homepage's featured product.

Accepted Solution (1)

koravski
Shopify Partner
23 9 8

This is an accepted solution.

Hey just add this style:

.featured-product a.link.product__view-details {
    display: none;
}

to your css file.

Hope it helps. 

View solution in original post

Reply 1 (1)

koravski
Shopify Partner
23 9 8

This is an accepted solution.

Hey just add this style:

.featured-product a.link.product__view-details {
    display: none;
}

to your css file.

Hope it helps.