To change the empty message on the Cart Page Squarespace
You can use this code to Custom CSS box
p.empty-message {
visibility: hidden;
}
.empty-message:before {
visibility: visible;
content: "New Text Cart";
font-size: 20px;
text-align: center;
display: block;
}
Result: