Image zoom in single product page issue
-
I noticed that there was an update to this error in version 7.3.2, but on my site this problem still persists. When I hover the mouse over the product image you can see that the zoom happens, but the smaller background image still appears. What could be wrong?
Hello,
Thank you so much for purchasing our theme and contacting our support center.
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.woocommerce-product-gallery img {
background: white;
}
Kind Regards