Jump to content

Change mobile cart label from “(0)” to “Cart”

Go to solution Solved by ReformDesign,

Recommended Posts

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

  • Solution

Try this in custom CSS

 

.mobile-cart-parenthesis {
  display: none;
}
@media only screen and (max-width: 800px) {
.sqs-cart-quantity {
  visibility: hidden;
  &:before {
    visibility: visible;
    content: 'cart ';
  }
 }
}

 

Edited by ReformDesign
Changed code
Link to comment

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.