(Squarespace) How to add border to Gallery Reel

To add a border to Gallery Reel Images, like this.

image

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

figure.gallery-reel-item {
    border: 3px solid black;
}

1 Like