Change Shopping Cart Text (7.1 Version)
Description
Easily change the default “shopping cart” text to your own. This plugin uses css editor and works with Squarespace 7.1.
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 - 7.1 Version // .cart-title { display: hidden !important; font-size: 0px !important; } .cart-title:after { display: visible; content: "Your Text Here"; text-transform: capitalize !important; font-size: 28px; }
Customize
Replace the Your Text Here with the text you’d like to use. Be sure to keep your text within the quotation “ “ marks. Adjust font size and text transform values to your liking.
Note: Changes to the CSS may not appear in real time on the shopping cart page. Save and refresh the page when done.