To add a custom text to Cart Page, like this.
You can use this code to Custom CSS.
div#sqs-cart-root:before { content: "Just some another text"; font-size: 18px; display: block; margin-bottom: 20px; }