Strange behavior on page product
-
An new element is become visible after selecting product variation, and it’s covering the photos. Look in images.
Attachments:
You must be
logged in to view attached files.
Hello,
Seems that your swatches come from a third-party plugin and it is a little bit influential on the gallery. In order to sort it out, enter the below code to the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.
.woocommerce-product-gallery .thumbnails .owl-nav,
.woocommerce-product-gallery .thumbnails .owl-dots {
display: none;
}
.woocommerce-product-gallery .thumbnails .owl-stage,
.woocommerce-product-gallery .thumbnails .owl-item.active {
width: 100% !important;
}
Kind Regards