Home Forums WoodMart support forum Remove Zoom Animation Hover Image

Remove Zoom Animation Hover Image

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

    gustavocabral
    Participant

    I would like to keep the Hover image
    ( shop > products styles > hover image ) enabled, but without animation zoom in. Is it possible?

    #75539

    Hello,

    Please add this CSS to the Theme Settings > Custom CSS

    div.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)