(Squarespace) Round Corners of Image Block

To round corners of Image Block, like this.

You can use this code to Custom CSS

div.sqs-image-content {
    border-radius: 50px;
}

1 Like

@tuanphan,

:heart_suit: :heart_suit: :heart_suit: