Archived topic
Remove featured image from a specific product page
1 reply · Started by Stefano on April 22, 2021
Viewing posts 1–2 of 2
Hi there,
I would like to hide or remove the featured image from a specific woocommerce product page!
Can this be done?
Hi Stefano,
Try this CSS:
.postid-311 figure.woocommerce-product-gallery__wrapper {
display: none;
}
This archived topic is closed to new replies.