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 |
---|---|
157 | |
137 | |
74 | |
70 | |
62 |
Explore 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, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023