Home Forums WoodMart support forum Disable the zoom image feature

Disable the zoom image feature

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

    cchs_211
    Participant

    I would like to disable the zoom image function either banner or products (preview, but want to keep in single product page). How can I do that?

    #148891

    Hello,

    You can disable the zoom in effect from banner by edit your banners and select the hover effect as disable.

    Screenshot: https://jmp.sh/V2nUJS7

    You can disable the zoom in effect from shop grid images by using the below css in Theme Settings >> Custom Css >> Global Custom Css:

    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)