Add a Scroll Down Indicator to Your Squarespace Website
Last week we looked at how to add a collapsible side menu to your Squarespace website. Today, we’ll look at how to add a scroll down button to Squarespace.
This tutorial walks you through adding a scroll down indicator to any section of your Squarespace site. This small but useful feature encourages visitors to keep moving through your content. It works across desktop & mobile, integrates smoothly with your existing layout, and can be customized to match your Squarespace website’s design.
How to Add the Scroll Down Indicator Button to your Squarespace Website
1. Add a Code Block to your Section
Navigate to the page where you want to add the scroll-down indicator.
Navigate to the page where you want to add the scroll-down indicator.
Add a Code Block inside the desired section.
Paste the following HTML inside the block
2. Add the JavaScript
Paste the following JavaScript inside the Footer Code Injection box:
Go to Website >Pages > Website Tools > Code Injection
Add this script to the Footer Injection:
3. Add the CSS:
Go to Website >Pages > Website Tools > Custom CSS
Paste the following code:
Customize the Code
You can modify the scroll down indicator to better fit your Squarespace design by adjusting the following properties:
Positioning
Increase
bottom: 30px;
to move the button higher.Decrease
bottom: 30px;
to position it closer to the bottom.Change
left: 50%;
to another percentage (left: 40%;
orleft: 60%;
) to shift it left or right.Colors
To change the button’s default and hover colors, modify these values in the CSS:
.scroll-down { border: 2px solid #fff; /* Border color */ background-color: transparent; /* Default background */ }
.scroll-down:hover { background-color: #fff; /* Background when hovered */ }
.scroll-down:hover .arrow { fill: #13294b; /* Arrow color when hovered */ }
Icon Size
To make the arrow icons bigger or smaller, edit this value:
.arrow { width: 12px; /* Default Icon size */ }
For example:
Increasewidth: 12px;
towidth: 20px;
for a larger icon.Decrease
width: 12px;
towidth: 8px;
for a smaller icon.
Why Add a Scroll Down Indicator?
Squarespace sites are known for their gorgeous minimal designs. But sometimes that minimalism means users don’t realize there’s more content waiting just below the fold.
A scroll down indicator:
Provides a visual cue that more content exists
Encourages deeper engagement
Makes your layout feel interactive
Looks super sleek when styled right
Whether you’re a Squarespace designer building sites for clients or you're DIY-ing your own portfolio or small biz site, this small feature can have a surprisingly big impact.
Where to Use a Scroll Cue on Your Squarespace Site
Here are a few spots where a scroll indicator really shines:
On a full-screen hero or landing section
Above the fold on a portfolio page
On event or announcement pages
On product launch pages or sales funnels
Basically, anywhere that starts with a bold intro and needs a little nudge to get people scrolling.

Need help implementing this code on your website?
Looking for a custom Squarespace solution or need assistance tweaking this code? Minimist specializes in modern web design and Squarespace coding to fit your needs. Whether it’s styling adjustments, added functionality, or a fully custom site, I can help.
Book a Free Consultation