Hey guys,
I’m trying to add my featured product on my home page, however, I don’t want the description and images that are included on my product page to carry over. I’m simply just looking to add my first product image, the product title, the product price, and the add to cart/buy it now buttons. If anyone is able to help me with some basic coding advice that could assist me in executing this problem that would be very much appreciated.
1 Like
@ApexClub
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! 
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Hi @ApexClub ,
Go to Assets > theme.css and paste this at the bottom of the file:
.index-section--featured-product .thumbnails-wrapper,
.index-section--featured-product .product-single__description {
display: none !important;
}
Hope it helps!
Dude you are a legend. Thank you!
1 Like