How to round the corners of collage images in the Dawn theme

Hi, I’m wondering if it’s possible to round the corners of the images in the collage block in the Dawn theme?

Website: https://www.kittie-treats.com

Try adding this to the bottom of the collage.css file and click Save:

img.collage-card__image {
    border-radius: 20px;
}

Yay! It worked perfectly! Thank you so much!

Hi! @brandography

I followed your guidelines and it worked, but for some reason i still have a very visible line in a square form? How do i get rid of this? Its worse on mobile than on pc, its the most visible on mobile.

Hi @MetteT ,

Can you share your store’s url so I can take a look?