(Squarespace) Adding corner radius to thumbnail images in summary blocks

To add corner radius to thumbnails images in Summary Block, like this.

You can use this code to Custom CSS box.
If code doesn’t work, you can comment below, message or email me.

div.summary-item .img-wrapper {
    border-radius: 30px;
}

1 Like