Increase text size in gallery slideshow

To increase text size in Gallery Slideshow Squarespace, you can use this to Custom CSS box

figure[class*="slideshow-item"] .gallery-caption * {
    font-size: 30px !important;
}

image