To hide Cart icon on Homepage Squarespace, you can use this code to Custom CSS box
body.homepage a.cart-style-icon {
display: none !important;
}
To hide Cart icon on Homepage Squarespace, you can use this code to Custom CSS box
body.homepage a.cart-style-icon {
display: none !important;
}