Samihan Posted April 29, 2021 Share Posted April 29, 2021 Hi, I changed my squarespace cart to show a bag but I am having trouble changing where it says "shopping cart" to "shopping bag" I also wish to change: - You have nothing in your "shopping bag" Thanks for your help :) Link to comment
tuanphan Posted April 30, 2021 Share Posted April 30, 2021 Hi. Add to Design > Custom CSS .cart-title { visibility: hidden; } .cart-title { visibility: visible; content: "Shopping Bag"; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Samihan Posted April 30, 2021 Author Share Posted April 30, 2021 Hi! The code doesnt seem to work. Is there any reason why? Link to comment
tuanphan Posted May 1, 2021 Share Posted May 1, 2021 11 hours ago, Samihan said: Hi! The code doesnt seem to work. Is there any reason why? Can you share link to cart page? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Maldini Posted September 30 Share Posted September 30 Same with me, please help, I would like to change from 'shopping cart' to 'creative bag', my cart page is https://nudesignspaces.squarespace.com/config/pages/website-tools Link to comment
Lesum Posted September 30 Share Posted September 30 @Maldini You can add this code snippet within the Custom CSS panel: .cart-title { visibility: hidden !important; } .cart-title:before { content: "Creative Bag" !important; visibility: visible !important; } #sqs-cart-container .empty-message { visibility: hidden !important; } #sqs-cart-container .empty-message:before { content: "You have nothing in your creative bag." !important; visibility: visible !important; } tuanphan 1 If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment