Shopify themes, liquid, logos, and UX
Hello,
How can I enable a second image to appear on mobile product cards?
I have already tested all these codes mentioned in this link, but I was not successful.
It is important to highlight that it is working normally on the computer, I would like to add the same functionality when swiping the image on mobile. My Theme: Impact
Hello @LUNAMIS
Can you please your store url and password (if applied) ?
so i can check and fine what's the issue and suggest you the best solution
Hi @LUNAMIS,
Please go to Actions > Edit code > Assets > theme.css file and paste this at the bottom of the file:
.product-card--show-secondary-media .product-card__figure:hover .product-card__image--primary {
opacity: 0;
}
.product-card--show-secondary-media .product-card__figure:hover .product-card__image--secondary {
opacity: 1;
display: block;
}
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024