Jump to content

Remove "Shopping Cart" Heading on Checkout Page

Recommended Posts

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. 🙂

About me: I've been a SQSP User for 18 yrs. I was invited to join the Circle when it launched in 2016. I have been a Circle Leader since 2017. I don't work for Squarespace. I value honesty, transparency, diversity and good design ♥.
Work: I founded and run SF.DIGITAL, building Squarespace Extensions to supercharge your commerce website. 
Content: Views and opinions are my own. Links in my posts may refer to SF.DIGITAL products or may be affiliate links.
Forum advice is free. You can thank me by clicking one of the feedback emojis below. Coffee is optional.

Link to comment

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.

About me: I've been a SQSP User for 18 yrs. I was invited to join the Circle when it launched in 2016. I have been a Circle Leader since 2017. I don't work for Squarespace. I value honesty, transparency, diversity and good design ♥.
Work: I founded and run SF.DIGITAL, building Squarespace Extensions to supercharge your commerce website. 
Content: Views and opinions are my own. Links in my posts may refer to SF.DIGITAL products or may be affiliate links.
Forum advice is free. You can thank me by clicking one of the feedback emojis below. Coffee is optional.

Link to comment
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
  • 10 months later...
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
  • 4 months later...

@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.

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
  • 8 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.