Clickable Thumbnails on List Section Banners
By default, Squarespace doesn't allow images within List Sections to be clickable. While making images clickable is straightforward for the Simple List layout, Banner and Carousel layouts are a bit more challenging. Specifically, these layouts struggle because browsers have difficulty distinguishing between a simple click and a click-and-drag gesture.
The JavaScript and CSS below resolves this by detecting user interactions. It differentiates clicks from drag actions, allowing Carousel images to become clickable links only when the user isn't dragging.
You’ll need the buttons toggled on for each list section it, but I’ve added some optional CSS below if you’d like to hide it visually.
Add this to your Site Footer Code Injection area:
Add this to your Custom CSS area
(Optional) Hide Buttons in Banner Slideshow
Let us know in the comments, if this does or doesn’t work for you so we can keep tweaking on this.