Thanks… however it was not quite what I was asking 🙂
I lead me to finding the correct CSS changes though.
Here is the CSS to change the resize on hover:
Perhaps you would comment ?
/* Product hover image scale */
.product-grid-item .product-element-top:hover .hover-img {
opacity: 1;
-webkit-transform: scale(1.03); !important
transform: scale(1.03); !important
}
I also have another request.
On my live site, I´m using your Basel theme.
Here the product image changes on hover ( on mobile devices it´s click/drag og first click.)
Please tell me how i can have this effect in the Woodmart theme as well.