Jump to content

7.1 Cart as Text

Recommended Posts

  • Replies 4
  • Views 1.6k
  • Created
  • Last Reply
16 hours ago, jdillagodzilla said:

Sure thing:

Site: https://tarantula-calliope-fl4m.squarespace.com/

Pass: squarespace

I am taking a class right now, the assignment is to rebuild a site in square space. 

here is the reference site: https://usualwines.com/

You want to remove cart icon? Add to Home > Design > custom CSS

.header .header-actions-action--cart svg {
    display: none;
}
.icon-cart-quantity {
    font-size: 30px;
    bottom: 0;
    top: unset !important;
    padding-bottom: 0;
}

or replace cart icon with cart text + quantity, add to Home > design > Custom CSS

svg.icon.icon--cart {
    visibility: hidden;
}
.icon-cart-quantity:before {
    content: "Cart";
    font-size: 20px;
}
.icon-cart-quantity {
    font-size: 30px;
    bottom: 0;
    top: unset !important;
    padding-bottom: 0;
}

 

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

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.