(Squarespace) How to hide Cart icon on One Page

To hide Cart icon 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 
a.icon--cart
 {
display: none !important;
  }

1 Like

@tuanphan,

:heart_suit: :heart_suit: :heart_suit: