(Squarespace) How to hide Desktop Logo on One Page

To hide Desktop Logo on One Page, you can follow these.

#1. First, find Page ID.

In my example, it is: #collection-67bd2c781e1a2c30e9e2622c

#2 . Next, use this code to Custom CSS box

#collection-67bd2c781e1a2c30e9e2622c  {
div.header-display-desktop .header-title {
display: none !important;
}}

1 Like

@tuanphan,

:heart_suit: :heart_suit: :heart_suit: