Symmetry Theme - Remove Image Hover

Solved

Symmetry Theme - Remove Image Hover

rnnrgirl115
Not applicable
3 0 0

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. 

 

 

Accepted Solutions (2)

namphan
Shopify Partner
1335 164 199

This is an accepted solution.

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;
    }
Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com

View solution in original post

namphan
Shopify Partner
1335 164 199

This is an accepted solution.

Hi @rnnrgirl115,

Please add it in styles.css.liquid file

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com

View solution in original post

Replies 5 (5)

namphan
Shopify Partner
1335 164 199

This is an accepted solution.

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;
    }
Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com
rnnrgirl115
Not applicable
3 0 0

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

 

Screenshot (173).png

namphan
Shopify Partner
1335 164 199

This is an accepted solution.

Hi @rnnrgirl115,

Please add it in styles.css.liquid file

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com
rnnrgirl115
Not applicable
3 0 0

THANK YOU!!!

namphan
Shopify Partner
1335 164 199

Hi @rnnrgirl115,

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

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com