Home Forums WoodMart support forum Remove zoom in from image hover

Remove zoom in from image hover

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #185221

    dimath
    Participant

    Hello,

    one of my sites has a zoom in effect when hovering on products of the products grid. I would like to remove that effect completely. Could you please help?

    #185244

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .product-grid-item .product-element-top:hover .hover-img {
    transform: none;
    -webkit-transform: none;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)