SQSP Themes

View Original

How Do I Get Rid of Squarespace Logo?

Removing the Squarespace logo from your website is a common task for website owners who want to establish their brand identity. Below, I will outline the steps to achieve this based on different versions and parts of Squarespace. These instructions should cater to both technical novices and users with moderate technical skills.

Steps for Squarespace 7.1

  1. Log In to Squarespace:
  2. Visit the Squarespace website and log in to your account.

  3. Enter the Site Editor:

  4. Once logged in, go to the website editor by selecting your site.

  5. Access Design Panel:

  6. In the left-hand sidebar, select the "Design" option.

  7. Click on "Logo & Title":

  8. In the "Design" panel, click on "Logo & Title." This will bring up the section where you can manage your site’s branding.

  9. Customize Your Logo:

  10. Here, you can either remove the Squarespace logo or replace it with your custom logo.
  11. If you want to use a custom logo, upload your desired image file.
  12. If you prefer to have no logo displayed, simply delete the existing logo.

  13. Save Your Changes:

  14. Ensure to save the changes you’ve made.

Removing Squarespace Badge (Powered by Squarespace)

Squarespace websites often have a badge at the bottom that reads "Powered by Squarespace." This is slightly different from the logo and can be disabled through the following steps:

  1. Access the Settings Panel:
  2. In the left-hand sidebar, navigate to the "Settings" option.

  3. Navigate to "Squarespace Badge":

  4. Under "Settings", find the option labeled "Squarespace Badge". This may be located under the "Marketing" or "Advanced" section.

  5. Disable the Badge:

  6. In the Squarespace Badge settings, toggle off or uncheck the box to disable the badge from showing on your site.

  7. Save Changes:

  8. Again, make sure to save your settings to ensure the badge is removed.

Custom Code Injection (Advanced Users)

For those comfortable with code, you can use CSS to hide the Squarespace logo or badge. Here's how to do it:

  1. Open Site Styles Editor:
  2. Go to "Design" > "Custom CSS".

  3. Add Custom CSS:

  4. In the Custom CSS window, add the following code:

```css / Hide Squarespace logo / .sqs-svg-logo--wordmark, .sqs-svg-logo--glyph { display: none !important; }

/ Hide powered by Squarespace badge / .powered-by-link { display: none !important; } ```

  1. Save and Apply Changes:
  2. Click "Save" to apply the changes. Your website will now no longer display the Squarespace logo or the "Powered by Squarespace" badge.

Practical Considerations

  • Branding: Ensure your logo replacement maintains high quality and is properly sized for your website. This ensures a professional appearance.

  • SEO: Removing the Squarespace badge does not have a direct impact on SEO. However, keep in mind compliance with Squarespace’s terms of service when making such changes.

  • Technical Skills: While the steps are user-friendly, accessing the custom CSS panel requires a basic understanding of CSS. Make sure to backup your site before making code changes to avoid unintended outcomes.

Conclusion

By following these step-by-step instructions, you can easily remove the Squarespace logo and badge from your website, allowing for a more customized and professional appearance. Ensure you save all changes after performing these steps and confirm that the desired changes reflect correctly on your live site. If you encounter any difficulties or require additional customization, consider reaching out to Squarespace support or a professional web developer.