Jump to content

Remove capitalise on "Shopping Cart" text

Recommended Posts

  • Replies 4
  • Views 999
  • Created
  • Last Reply
On 2/4/2021 at 12:43 PM, IsobelleLans said:

I'm struggling to make the "shopping cart" text lowercase or sentence-style. It's capitalised at the moment, which looks horrible with my cursive font.

The shopping cart title is actually capitalised in the markup (they typed it in using capital letters!) as well as with CSS styling, so you'll to replace the content using JavaScript or CSS.

These few lines of CSS should help, but bear in mind that you'll need to save them (in Design > Custom CSS) and then refresh the page before you will see any changes.

/* Cart Title */
.cart-title {
  font-size: 0!important;
}
.cart-title:before {
  text-transform: none!important;
  font-size: 24px!important;
  content: "Shopping Cart";
}

  If this helps you, please click "Like" below  ⬇️

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.