Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I can't manage to click on the product images to view a product anymore. The only way is if I click the product name. How can I fix this so the images become clickable again? Is it just a quick fix with a code?
Solved! Go to the solution
This is an accepted solution.
Hi @MLBildeler
.card-wrapper.product-card-wrapper .card--standard>.card__content {
position: unset !important;
}
This is an accepted solution.
Hi @MLBildeler
.card-wrapper.product-card-wrapper .card--standard>.card__content {
position: unset !important;
}
Thank you 🙂