How to Change the Logo on a Squarespace Membership Area (Step-by-Step Guide)

Quick Overview:

To change the logo in the Squarespace membership area:

  1. Create or source a simple icon (PNG or SVG, max 500×500px)

  2. Upload it to Squarespace Custom Files

  3. Copy the file URL from the Custom CSS area

  4. Paste the CSS code into Design → Custom CSS

  5. Replace the image URL placeholders for desktop and mobile


How to Change the Logo on Squarespace Membership Pages

If you're using Squarespace memberships, you may have noticed there’s no built in way to change the logo in the member area. This can be frustrating if you’re running sub brands, creating a separate membership experience, or simply want your members area to feel more on brand.

Squarespace doesn’t currently offer a native setting for this, but the good news is you can customise the membership area logo using a simple CSS workaround.

When Would You Want to Change the Membership Area Logo?

You might want to customise your Squarespace membership area logo if:

  • You’re running a sub brand or course platform

  • You want a more premium, branded member experience

  • Your membership area has a different name or identity

  • You want consistency across your customer journey

Step-by-Step Instructions

  1. Go to your Membership Page/s

  2. Add a Code Block anywhere on the page

  3. Paste the code below

  4. Replace the image URL with your logo

Important! Repeat this for every membership page as the logo will only show up on the page that has the code block installed.

<style>
.header-title {
  background-image: url("YOUR-LOGO-IMAGE-URL-HERE");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.header-title img {
  opacity: 0;
}
</style>

How to add your image URL on Squarespace

First, head to your CSS area.

Go To Pages → Scroll Down To The Bottom → Custom Code → Custom CSS.

Then add your logo/image file. Once uploaded click on the file, you will then see the URL appear within your custom CSS box, copy the url and paste it into the above code in your code block.

example of how to add an image url on Squarespace
 

Troubleshooting: Why Your Logo Might Not Be Showing

If your logo isn’t appearing, check the following:

  • Your image URL is correct and publicly accessible

  • You’ve used straight quotes " " instead of curly quotes

  • The code block is added to the correct membership page

  • Your logo file isn’t too large

  • You’ve cleared your browser cache

Frequently Asked Questions

Did I help you? Consider buying me a coffee as thanks!



You might also be interested in these super useful Squarespace Plugins:


 
Genius Squarespace Filter Plugin
$59.99

Looking for an easy way to add filters to Squarespace?

The Genius Squarespace Filter Plugin helps you turn busy portfolio pages, blogs, event pages and gallery blocks into a cleaner, easier to browse experience.

Visitors can quickly filter your content by category, topic, service, location, resource type or any labels you choose, instead of scrolling through everything.

Perfect for portfolios, blog archives, event listings, gallery blocks, resource hubs and larger content collections, this plugin gives your visitors a smoother way to explore your content without the cost or complexity of custom development.

Portfolio Filter Demo ➜

NEW Advanced Dropdown Portfolio Filter Demo ➜

Gallery Block Filter Demo ➜

Blog Filter Demo ➜

Event Filter Demo ➜

Key Features:

  • Simple to install and customise

  • Filter options for portfolio pages, gallery blocks, blogs and events

  • Includes the new advanced dropdown portfolio filter

  • Ideal for Squarespace sites needing more in depth filtering options with a simple user experience

  • Beginner friendly setup with copy and paste instructions

  • Designed for Squarespace 7.1 websites

 
Toni Hill - Founder of The Square Genius

Hi, I’m Toni. My mission is to create powerful websites for charities, non profits and purpose-led organisations dedicated to making a positive impact on the environment, communities, animal welfare and many more. I am also a CSS enthusiast and love to create cool plugins for Squarespace websites.

https://www.thesquaregenius.com/author-toni-williams
Previous
Previous

How to Create a Directory in Squarespace

Next
Next

How to Change the Login Text to an Icon in Squarespace