Please, guys, help me to make rounded corners on thumbnails, especially for the homepage.
Thanks in advance
Hi and welcome!
Could you post the URL to your store and I will take a look for you ![]()
Thanks a lot, men!
Hi!
Add this to the bottom of theme.scss file:
.grid-product__image-mask {
border-radius: 30px !important;
}
This will give the desired rounded corners, however, the ‘Sale’ tag blocks the corner, if this is an issue, I can look into moving it on the card for you ![]()