As you can see from this image, its currently rounded corners, how do i make it so that it’s not?
https://www.audette.store/products/blush-butter (code: test)
A user sought help removing rounded corners from featured collection borders on their Shopify store. An image showed product cards with rounded corners that needed to be squared off.
Solution provided:
assets/custom.cssborder-radius: 24px property in .card-wrapper .card and .card-wrapper .card .card__media selectorsOutcome:
The issue was successfully resolved, confirmed by a follow-up screenshot showing the product cards now display with square corners instead of rounded ones.
As you can see from this image, its currently rounded corners, how do i make it so that it’s not?
https://www.audette.store/products/blush-butter (code: test)
remove this code from assets/custom.css
.card-wrapper .card, .card-wrapper .card .card__media {
border-radius: 24px;
}