Home Forums WoodMart support forum How to disable zooming animation from hover

How to disable zooming animation from hover

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #101710

    mmrahmad91
    Participant

    Hello,
    I want to disable zooming animation from the hover in the home page products section. How to do this?
    only disable zooming.

    please help me

    Attachments:
    You must be logged in to view attached files.
    #101739

    Hello,

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

    body .product-grid-item .product-element-top:hover .hover-img {
        transform: scale(1);
     -webkit-transform: scale(1);
    }

    Best Regards

    #101749

    mmrahmad91
    Participant

    Thanks a lot. It’s solved

    Regards
    Ahmad

    #101761

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘How to disable zooming animation from hover’ is closed to new replies.