Skip to content
All Answers
Footers

How do I change the footer background color in Squarespace?

The Squarespace 7.1 footer uses the #footer or .sections--footer selector. Override the background-color on the footer's section wrapper to set any color you want.

If your footer has multiple sections or pre-footer areas, you may need to target the specific section by its data-section-id as well.

#footer {
  background-color: #0d1b2a !important;
}

/* If footer has multiple sections, target the wrapper */
.sections--footer .page-section {
  background-color: #0d1b2a !important;
}

/* Update footer text color to match */
#footer * {
  color: #e0e0e0;
}

#footer a {
  color: #a8dadc !important;
}
Find the perfect footer colors with our Color Palette toolTry it free →

Related Questions

Footers

How do I remove 'Powered by Squarespace' from the footer?

Footers

How do I center all the content in my Squarespace footer?

Footers

How do I change the footer link color in Squarespace?

Footers

How do I style the social media icons in the Squarespace footer?

A little over your head?

No shame — this stuff is hard. Let the pros handle it.

Long Drive MarketingTalk to Long Drive Marketing →