Circular Images for Collection Section in Studio theme

It feels so silly that I can’t shoehorn any of the wonderful solutions provided by this community into my site’s needs but here goes..

The url is https://thedruzyrose.com/;

The theme is Studio;

And I would like make these images on my homepage round:

That’s it!

I don’t want any other images to be round anywhere else, and I really need a novice level of css.

Thank you!

Hi @TheDruzyRose

Please use this css

.collection-list-wrapper .collection-list li .card__media img {
    border-radius: 50%;
}

Worked perfectly! Thank you so much.