Home Forums WoodMart support forum Hover image

Hover image

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

    IVNDY
    Participant

    How to remove the zoom effect when you hover over the picture?
    image replacement must be left

    #176014

    Hello,

    I have visited your website. To change the zoom effect on hover on the shop grid.
    Go to Theme Settings >> Shop >> Hover image.

    Screenshot for Clarification: https://ibb.co/GCkNhpB

    Best Regards.

    #176037

    IVNDY
    Participant

    Only zoom effect needs to be removed.
    leave image change

    #176053

    Hello,

    You need to add the following custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

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

    Best Regards.

Tagged: 

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