Impulse Theme: How I Can Make Slightly Rounded Corners On Every Thumbnail Image

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 :slightly_smiling_face:

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 :slightly_smiling_face:

Hi WoodyDev, I wonder if you could help me with this because it doesn’t seem to be working for me…

Have I got it in the right spot?