Remove Logo on Scroll

To remove Logo on Scroll in Squarespace, you can use this code to Custom CSS box

header#header.shrink .header-title {
  visibility: hidden;
}

image

1 Like