Change the Words “Shopping Cart”

What does this code do?

This code snippet will allow you to change the words “Shopping Cart” on the Cart page.

 

Code Snippets

Copy and paste this code into Design > Custom CSS

/* Shopping Cart Page */
.cart-title {
  visibility: hidden;
}
.cart-title:before {
  visibility: visible;
  content: "WORDS HERE";
}

Then change WORDS HERE to the words you would like to appear.

 

How To Use It

  1. Copy and paste the code as indicated above.

  2. Change WORDS HERE to the words you would like to appear.

Rebecca Grace

Rebecca Grace is a Squarespace CSS Expert and Website Designer.

https://rebeccagracedesigns.com
Previous
Previous

Add Quotation Marks Around a Block

Next
Next

Change the Background Colour of the Cart Page | Squarespace 7.1