michaelgiuliani Posted January 16, 2020 Share Posted January 16, 2020 I need to remove the text that says "shopping cart" on this checkout page. Any ideas? Link to comment
paul2009 Posted January 16, 2020 Share Posted January 16, 2020 2 hours ago, michaelgiuliani said: I need to remove the text that says "shopping cart" on this checkout page. Any ideas? You can remove the cart title by adding this to Design > Custom CSS: .CartHeader-cartTitle-9Dk3d { display: none; } It's the same on the Squarespace 7.1 site pictured above and Squarespace 7.0 sites. To avoid confusion for you later, I should perhaps mention that the page pictured above is the Cart page, not the Checkout page. 🙂 Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? Link to comment
michaelgiuliani Posted January 17, 2020 Author Share Posted January 17, 2020 Thanks for the correction! That code isn't working for some reason... Link to comment
paul2009 Posted January 17, 2020 Share Posted January 17, 2020 It works for me 🤔 So that I can take a look, please ensure the CSS has been added and then post a working link to the site. Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? Link to comment
michaelgiuliani Posted January 17, 2020 Author Share Posted January 17, 2020 Thanks, Paul! It worked--just not right away for some reason....had to refresh the page. Any idea on how I can invert the logo color or change the logo to a darker version on that page? Link to comment
tuanphan Posted January 18, 2020 Share Posted January 18, 2020 21 hours ago, michaelgiuliani said: Thanks, Paul! It worked--just not right away for some reason....had to refresh the page. Any idea on how I can invert the logo color or change the logo to a darker version on that page? You can use CSS, but you should share link to cart page first. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
tessastburydesign Posted December 6, 2020 Share Posted December 6, 2020 Hi there, I'm trying to hide my cart title too and have used the above code without success. My site link is; https://www.reformedbybmpt.com.au/cart Thanks, Tess Link to comment
tuanphan Posted December 8, 2020 Share Posted December 8, 2020 On 12/7/2020 at 6:27 AM, tessastburydesign said: Hi there, I'm trying to hide my cart title too and have used the above code without success. My site link is; https://www.reformedbybmpt.com.au/cart Thanks, Tess Add to Home > Design > Custom CSS h2.cart-title { display: none !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Samihan Posted April 30, 2021 Share Posted April 30, 2021 Hi this code worked fine to remove the title. Is there a way to change the title to say "Shopping Bag" ? Link to comment
creedon Posted May 1, 2021 Share Posted May 1, 2021 (edited) @Samihan Please see Change Cart Title. Let us know how it goes. Edited November 1, 2021 by creedon Samihan and tuanphan 1 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
Samihan Posted May 3, 2021 Share Posted May 3, 2021 @creedon this code worked like magic. Thanks so much for your help. Appreciate it. I just noticed the bottom line says "There is nothing in your shopping cart" I'd like to change this to "BAG" so its consistent. Can you help with this? Attached a screenshot for reference. creedon 1 Link to comment
creedon Posted May 3, 2021 Share Posted May 3, 2021 @Samihan Add the following to Design > Custom CSS. /* begin change cart empty message Version : 1.0 SS Versions : 7.0, 7.1 By : Thomas Creedon < http://www.tomsWeb.consulting/ > */ #cart { --empty-message : '[enter empty cart message here between single quotes]'; } /* do not change anything below, there be the borg here */ .empty-message > span { display : none; } .empty-message::before { content : var( --empty-message ); } /* end change cart empty message */ Let us know how it goes. tuanphan 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
jason.storey Posted January 14, 2022 Share Posted January 14, 2022 Can this SHOPPING BAG and "You have nothing in your cart. Continue Shopping" text be centered in both mobile and desktop? Link to comment
jason.storey Posted January 14, 2022 Share Posted January 14, 2022 I spoke too soon and figured it out: /* Shopping Cart Page Title */ .cart-title { text-align: center !important; } .empty-message { text-align: center !important; } Can this SHOPPING BAG and "You have nothing in your cart. Continue Shopping" text be centered in both mobile and desktop? creedon 1 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