Skip to content
All Answers
Footers

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

The 'Powered by Squarespace' text lives inside a footer block with a specific class. You can hide it with a single CSS rule. On business plans and above, you can also remove it in Settings > General > Site Availability.

If you're on a personal plan, CSS is your only option. The selector targets the specific footer branding element without affecting other footer content.

/* Hide the Powered by Squarespace text */
.footer-block .sqs-block-content a[href="https://www.squarespace.com"] {
  display: none !important;
}

/* Alternative broader selector */
.site-footer .footer-block:last-child .sqsrte-text-color--white {
  visibility: hidden;
  font-size: 0;
}
Redesign your footer with our Footer Layout toolTry it free →

Related Questions

Footers

How do I change the footer background color in Squarespace?

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 →