Home Forums WoodMart support forum Removing the hover effect on products

Removing the hover effect on products

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

    Rebner
    Participant

    Hello,

    When I hover over a product on my page, it shows the next image. How do I get it so that when I hover, nothing happens?

    #185030

    Hello,

    I have visited the URL you provided to disable the hover image effect from product grids. You need to add the following Custom CSS in the Global Custom CSS area under theme settings Custom CSS.

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

    Best Regards.

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