Shopify themes, liquid, logos, and UX
Hello,
I noticed that only the product's title is clickable but not the whole image. Can someone please help me make the images of products and collection cards clickable to the product page?
https://toutjewellery.co.uk/collections/earrings
Thank you!
Solved! Go to the solution
This is an accepted solution.
.card-wrapper.product-card-wrapper .card--standard>.card__content {
position: static !important;
}
can you add important to this, please
.card-wrapper.product-card-wrapper .card--standard>.card__content {
position: static;
display: flex;
flex-direction: column;
}
Hi thanks for your solution! Unfortunately it doesn't work:(
@Fran06 can you share your code where you place it, its should be work https://www.loom.com/share/9a2bef3816594b7eac7c02d43baa571b?from_recorder=1&focus_title=1
Hello I've pasted the code here, at the end of base.css
Did I pasted it to the wrong place?
This is an accepted solution.
.card-wrapper.product-card-wrapper .card--standard>.card__content {
position: static !important;
}
can you add important to this, please
Hi there,
It works now! Thank you!!
@Fran06 thanks for your time and understanding
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025