Impulse theme - remove thumbnails from feature product section

Trying to remove the thumbnails from the Impulse theme feature product section.

then wanting to horizontally centre the content

https://core-floor-restore.myshopify.com/

pw coreandfloor1

Hi,

Adding the below CSS code at the end of your theme.css file will hide thumbnails from the specified section.

.product__thumbs.product__thumbs--below.product__thumbs-placement--left.small--hide.aos-init.aos-animate {
display: none !important;
}

Let me know if this addressed your inquiry about hiding the thumbnails.

If other modifications are considered, I’d suggest to hire a developer.

Cheers!

Genius!

thankyou!