(Squarespace) List Carousel Arrow Size

To reduce List Carousel Arrow Size, you can use this code to Website > Website Tools > Custom CSS

  svg.user-items-list-carousel__arrow-icon {
    width: 20px !important;
}
.user-items-list-carousel__arrow-button {
    width: 40px !important;
    height: 40px !important;
}

2 Likes