Hide logo on One Page Squarespace

To hide Logo on One Page Squarespace, you can follow these
#1. First, install Squarespace ID Finder to find ID of Page.
In my example, we will have ID: #collection-6673f2adc8fa10164075f71b

#2. Use this code to Custom CSS box

#collection-6673f2adc8fa10164075f71b .header-title {
  visibility: hidden;
}

image

2 Likes