Shopify themes, liquid, logos, and UX
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.
Solved! Go to the solution
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;
}
This is an accepted solution.
Hi @rnnrgirl115,
Please add it in styles.css.liquid file
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;
}
I don't see main.css in Assets. Here is what I see:
This is an accepted solution.
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 😊
Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024