Home Forums WoodMart support forum Moved: Reply To: Can u please help me to disable the zoom image while hovering over it?

Moved: Reply To: Can u please help me to disable the zoom image while hovering over it?

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

    McDuck4
    Participant

    I have the same problem. I choose none on zoon in product pages, and added the CSS code in this threat. But my images keep making the zoom effect:

    http://www.trae.onlinerelation.dk/

    #120176

    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)