Hide Site Title or Logo

What does this code do?

This code snippet will allow you to hide the site title on one page or all pages.

 

Option 1: All Pages

Copy and paste this code into Custom CSS.

/* Hide Site Title */
#site-title {
display:none;
}
 

Option 2: One Page

Copy and paste this code into the Page’s code injection by clicking on the gear icon next to the page and then clicking on Advanced.

<style>
  #site-title {
    display:none;
  }
</style>
 

How To Use It

  1. Copy and paste the code as indicated above.

Rebecca Grace

Rebecca Grace is a Squarespace CSS Expert and Website Designer.

https://rebeccagracedesigns.com
Previous
Previous

Lightbox for Carousel Images

Next
Next

Add a Horizontal Bar Chart