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
Copy and paste the code as indicated above.
Change WORDS HERE to the words you would like to appear.