Hi
I have recently gone live with my shop Products – Eadiechops when i move my cursor over a product image the image changes to one of my fabric swatches and i wondered if there is anyway of keeping the one product image in place on the shop screen? I am using studio theme
Thanks
Hi @eadiechops ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- Asset->/component-card.css->paste below code at the bottom of the file:
.card-wrapper:hover .media.media--hover-effect>img+img {
opacity: 0 !important;
}
.card-wrapper:hover .media.media--hover-effect>img:first-child:not(:only-child) {
opacity: 1 !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
No sorry this didnt work it just removed all product images