(Squarespace) Round Corners of Gallery Block Slideshow

To round corners of Gallery Block Slideshow, like this.

You can use this code to Custom CSS

[data-block-json*="slideshow"] {
    .slide, img, .content-fill, .content-fit {
    border-top-left-radius: 30px;
border-top-right-radius: 30px;
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
}}

1 Like

@tuanphan,

:heart_suit: :heart_suit: :heart_suit: