How Do I Hide My Site Title on Squarespace?

To hide the site title on your Squarespace website, follow these steps carefully. Squarespace offers different ways to accomplish this, depending on whether you want to apply a temporary or a more permanent solution. Below are the detailed steps:

Method 1: Using Built-in Settings

  1. Log In to Squarespace:
  2. First, log in to your Squarespace account and navigate to the site you wish to edit.

  3. Open the Site Styles Panel:

  4. Click on the Design option in the left-hand menu.
  5. Select Site Styles.

  6. Locate the Site Title Option:

  7. Within the Site Styles, find the option for the site title. This might be under different subcategories depending on your template.

  8. Change the Visibility:

  9. Look for a checkbox or toggle switch that says Show Site Title and Tagline or something similar.
  10. Uncheck this option to hide the site title.

  11. Save Your Changes:

  12. Once you've made the changes, make sure to click Save or Apply to update your website with the new settings.

Method 2: Using Custom CSS

If the built-in settings do not provide the option to hide the site title, you can use custom CSS to accomplish this.

  1. Log In to Squarespace:
  2. First, log in to your Squarespace account and navigate to the site you wish to edit.

  3. Navigate to the CSS Editor:

  4. Click on the Design option in the left-hand menu.
  5. Select Custom CSS at the bottom of the Design menu.

  6. Add Custom CSS:

  7. In the Custom CSS window, you can add your own CSS code.
  8. Copy and paste the following code snippet into the Custom CSS box:

    css .site-title { display: none; }

  9. Note: Depending on your template, the class name for the site title might be different. You can use the browser's developer tools to find the exact class name for your site title.

  10. Save Your Changes:

  11. After adding the CSS, click Save to apply your changes to the site.

Method 3: Removing the Site Title

A more permanent option is simply to remove the site title from your site settings. Be cautious with this method as you may want the site title to be available for SEO purposes.

  1. Log In to Squarespace:
  2. First, log in to your Squarespace account and navigate to the site you wish to edit.

  3. Edit Site Title in Settings:

  4. Click on the Settings option in the left-hand menu.
  5. Select Basic Information.

  6. Remove Site Title:

  7. In the Basic Information section, you’ll see fields for the Site Title and Site Description.
  8. Delete the site title here.

  9. Save Your Changes:

  10. Save or apply your changes to update your website.

Important Considerations

  1. SEO Impact:
  2. Hiding or removing your site title can have an impact on your SEO. Ensure that you still have meaningful content in other SEO-relevant fields, such as meta descriptions and page titles.

  3. Template Variations:

  4. There are many different templates in Squarespace, and customization options can vary. If you are unable to find the right settings through the methods above, consult Squarespace's help documentation for your specific template, or contact their customer support.

  5. Custom Code:

  6. When using custom CSS, make sure not to overwrite other important styles. Always preview your changes across different devices to ensure everything displays correctly.

By following these steps, you can effectively hide your site title on Squarespace while being mindful of any underlying considerations.

Previous
Previous

How Do I Hide Metadata on Squarespace Blog Posts?

Next
Next

How Do I Hide the Logo on One Page in Squarespace?