Home New Guten Forums WoodMart support forum Gallery IMage

Gallery IMage

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

    shweta
    Participant

    Hello Team,

    When somebody moves the curser I don’t change the product image. I have added the product gallery images button I don’t want to change the gallery image on the home page.

    Best

    Attachments:
    You must be logged in to view attached files.
    #522941

    Luke Nielsen
    Keymaster

    Hello,

    Use the below code to disable the second image on hover on the home page.

    .home .product-element-top:hover .hover-img {
        opacity: 0;
        transform: none;
    }

    Kind Regards

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