How can I stop image switching on mouse hover?

Hi!

I ran into a new problem. I would like to turn this off when the mouse pointer moves to the image, the image changes. I want the picture to stay the same always.

@hawkscode

https://parfumerija-amour.myshopify.com/ (pass: flohld)

1 Like

@tomm1p

File them.css

line number: 7328

.grid-product:hover .grid-product__secondary-image{
    transition-duration:0.2s;
    opacity:1
}

remove this code

1 Like