Hello,
Try to disable it with the help of the below code, define the code in Theme Settings -> Custom CSS -> Desktop CSS area.
.product-grid-item.wd-hover-buttons-on-hover:not(:is(.quick-shop-shown,.wd-loading)):is(:hover,.wd-variation-active) .wd-product-footer {
opacity: 0;
visibility: hidden;
}
.product-grid-item.wd-hover-buttons-on-hover:not(:is(.quick-shop-shown,.wd-loading)):is(:hover,.wd-variation-active) :is(.product-element-bottom,.wd-product-grid-slider-pagin) {
transform: none;
}
.product-grid-item.wd-hover-buttons-on-hover:not(:is(.quick-shop-shown,.wd-loading)):is(:hover,.wd-variation-active) .product-element-top {
clip-path: unset;
}
Kind Regards