(Squarespace) How to change opacity of gallery lightbox background

To change opacity of gallery lightbox background, we can use this code to Custom CSS.

div.gallery-lightbox-background {
    opacity: 0.5 !important;
}

1 Like