Home Forums WoodMart support forum Diable product grid hover effect

Diable product grid hover effect

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

    jae
    Participant

    Hi

    I like to disable all the hover effect on the shop page and and all the grid but just image changes only for the desktop view.

    Please help.
    It is too much of an effect for me.

    #311607

    Hello,

    If I disable the hover effect on the whole product grid item, the “Add to cart” would not appear and there would no option to add the product to the cart.

    That is why, I give CSS code to remove the zoom effect, so when you shower the product, the image changes, but it is not zoomed out.

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

    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)