In the Simplicity theme when I move the mouse over an image the image is zoomed. Can I remove this effect?
Furthermore in the categories widget when i move the mouse there is an animation. I want to remove that effect too
Thanks
.wc-product-overlay img:hover,
.woocommerce-main-image.zoom img:hover {
-webkit-transform: scale(1.0);
-moz-transform: scale(1.0);
-ms-transform: scale(1.0);
-o-transform: scale(1.0);
transform: scale(1.0);
}
.box.menu li:hover {
background-position: 0;
padding: 0 0 0 30px;
}