(Squarespace) Remove Cart Icon

There is a Cart icon in Bottom Right of Site.
image

If you want to remove it, you can add this code to Website > Website Tools > Custom CSS

div#floatingCart {
  display: none !important;
}

2 Likes