Hi liufangjian001
To remove the zoom effect, you have to enter the dashboard choose KuteShop>>Theme Options>> Custom JS/CSS and enter these css codes:
body .product-list li:hover img {
-webkit-transform: scale(1,1);
-webkit-transform-origin: top right;
-moz-transform: scale(1,1);
-moz-transform-origin: top right;
-o-transform: scale(1,1);
-o-transform-origin: top right;
transform: scale(1,1);
transform-origin: top right;
}
Do it and let me know your results. If it does not work, please provide your Admin login + FTP accounts details via secret information area. I would like to check directly on your site and show you how to remove it.
Regards,