Shopify themes, liquid, logos, and UX
website: aerobell.co.uk/
When l click the product name or image , it is no longer clickable so it takes me to the product page.
Solved! Go to the solution
This is an accepted solution.
Please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.grid-view-item__link {
display: block !important;
position: absolute !important;
}
.product-card__title {
display: block !important;
width: max-content !important;
margin: 0 auto !important;
}
.price {
display: block !important;
text-align: center !important;
}
Hello @chanteleo
I think you need to update your HTML.
Actually anchor tag is wrong closed
Thanks
This is an accepted solution.
Please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.grid-view-item__link {
display: block !important;
position: absolute !important;
}
.product-card__title {
display: block !important;
width: max-content !important;
margin: 0 auto !important;
}
.price {
display: block !important;
text-align: center !important;
}
We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024