Change Shopping Cart Text
Description
Easily change the default “shopping cart” text to your own. This plugin uses css editor and works with Squarespace 7.0 (Brine template family).
No look demo available.
How To Install
From your Squarespace account, go to the Custom CSS Editor. Copy and paste the code below into the Custom CSS Editor box.
// Shopping Cart Title // .cart-title { display: hidden !important; font-size: 0px !important; } .cart-title:after { display: visible; content: "Enter Text Here"; font-size: 28px; padding: 0px; }
Customize
Replace the Enter Text Here with your own text. Have fun with it and even add some emojis. Be sure to keep your text within the quotation “ “ marks.