Attributes showing on my Product Gallery
-
Hi,
I’m experiencing an issue where the variation swatches are being displayed inside/over the product gallery image on the single product page.
I want the swatches to appear only in the product summary area (near the “Add to Cart” section), not on the product image itself.
I’ve checked the single product layout settings but couldn’t find the option to disable swatches in the gallery.
Could you please guide me on how to disable swatches display inside the product image while keeping them active on the product page?
Thank you.
Attachments:
You must be
logged in to view attached files.
I used a custom css to remove it:
/* Remove attribute labels from product gallery only */
.single-product .woocommerce-product-gallery .product-label,
.single-product .woocommerce-product-gallery .attribute-label {
display: none !important;
}
Hello,
Navigate to Products > Attributes > Edit the attribute itself and disable the Show attribute label on products option: https://postimg.cc/KRRc0fj0
Best Regards,