How to customize Summary Carousel Arrows

To customize Summary Carousel Arrows style in Squarespace, you can use this code to Website Tools > Custom CSS.

/* Carousel arrows */
.sqs-gallery-controls .previous, .sqs-gallery-controls .next {
    color: #000 !important;
}
.sqs-gallery-controls .next:before, .sqs-gallery-controls .previous:before {
    font-size: 50px;
}