Hi, I am trying to round the corner of the pictures inside the cards:
https://wmqgez-r2.myshopify.com/pages/pattern-making
Is there a way to do it please?
Warm regards.
Hi, I am trying to round the corner of the pictures inside the cards:
https://wmqgez-r2.myshopify.com/pages/pattern-making
Is there a way to do it please?
Warm regards.
@Artez please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → base.css
.multicolumn-card__image {border-radius: 20px !important;}
Hi @Artez
Let try to add this Custom CSS code:
.multicolumn-list .media--transparent {
border-radius: 20px;
}