Home Forums WoodMart support forum Product Image swap on Hover

Product Image swap on Hover

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

    etinteractive
    Participant

    When I hover over a product image, it swaps out with the 2nd image in the product image gallery.

    How can I turn this off?

    #30675

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to disable it

    .hover-img {
        display:none!important;
    }

    Regards

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