Shirt Icon - Shopping Cart
Plugin Details
Replace the default shopping cart icon with a tee shirt icon.
Compatibility
Works with Squarespace 7.1
Uses Custom CSS
Tee Shirt Icon Included
Add to Custom CSS
// SHIRT SHOPPING CART ICON - GHOSTPLUGINS.COM //
.icon--cart svg {
background-image: url(https://static1.squarespace.com/static/5ba5e044b10f25cb908c506f/t/66135013a2ac0f0d86417b1f/1712541715701/shirt_shop_icon.png) !important;
filter: invert(0);
position: relative;
display: inline-block;
background-size: contain !important;
background-repeat: no-repeat !important;
}
// HIDE DEFAULT CART ICON - GHOSTPLUGINS.COM //
.icon--cart svg {
fill: transparent !important;
stroke: transparent !important;
}Customizable Options
Cart Icon
Icon Color (Dark or Light)
Notes
No plugin notes
Use Your Own Icon
Use CSS > Manage Files to upload and generate a file URL for your own icon. Then swap out the default icon’s URL with your file’s URL.
