Symmetry Theme - Remove Image Hover

I want to remove the hover effect on our products. Where the second image is displayed.

I’ve tried unchecking the box that says “Show additional images, On desktop, additional images show on hover. On mobile, they can be swiped.” This doesn’t work because it displays one featured image for all of the varients.

I don’t see a box that says “Remove hover” anywhere, so I am wondering what to do.

Hi @rnnrgirl115 ,

Please go to Actions > Edit code > Assets > main.css file and paste this at the bottom of the file:

.image-cont--with-secondary-image:hover .product-block__image--active {
        opacity: 1 !important;
    }
    .image-cont--with-secondary-image:hover .product-block__image--show-on-hover {
        opacity: 0 !important;
    }

I don’t see main.css in Assets. Here is what I see:

Hi @rnnrgirl115 ,

Please add it in styles.css.liquid file

THANK YOU!!!

Hi @rnnrgirl115 ,

If you have any questions, you can contact me directly.
Nice to meet you :blush:

1 Like