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;
}
User | RANK |
---|---|
145 | |
97 | |
75 | |
70 | |
68 |
This blog post is a recap of the webinar Getting Ready For BFCM: How To Run A Flash Sal...
By Jacqui Oct 3, 2023Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023