(Squarespace) Round Corners of Carousel Images

To round corners of Carousel Images (Gallery Block Carousel, People Section Carousel)

#1. Gallery Block Carousel

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

[data-block-json*="slider"] {
    .slide, img {
    border-radius: 50px;
}}

#2. People List Carousel

You can use this code to Custom CSS

ul.user-items-list-carousel__slides img {
    border-radius: 50px;
}

1 Like

@tuanphan,

:heart_suit: :heart_suit: :heart_suit: