Symmetry Theme - Remove Image Hover

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;
    }