Home Forums WoodMart support forum Remove, hover effect on product image

Remove, hover effect on product image

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #100443

    pogopie
    Participant

    Hello, I would like to remove the hover effect of the image. The slow zooming and other fading image.

    But keep the hover effect on the product container effect.

    website: https://www.velomont.com/cs/

    Thanks

    #100490

    Hello,

    Add this code to the Theme Settings > Custom CSS

    body .product-grid-item .hover-img {
    	display: none;
    }

    Best Regards

    #100501

    pogopie
    Participant

    Thanks, works awesome!

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

The topic ‘Remove, hover effect on product image’ is closed to new replies.