How i can make Slightly rounded corners on every thumbnail image

hello @Shivam97

#CollectionSection-160689169571201177 .image-wrap {
    overflow: hidden !important;
    border-radius: 5% !important;
}
#CollectionSection-160689169571201177 image-wrap.loaded{
   overflow: hidden !important;
    border-radius: 5% !important;
}
2 Likes