Taco Icon - Shopping Cart
Plugin Details
Replace the site header default shopping cart icon with a taco icon.
Compatibility
Works with Squarespace 7.1
Uses Custom CSS
Taco Icon Included
Add to Custom CSS
// TACO SHOPPING CART ICON - GHOSTPLUGINS.COM //
.icon--cart svg {
background-image: url(https://static1.squarespace.com/static/5ba5e044b10f25cb908c506f/t/661255570cafdc3e6f602c6d/1712477527526/taco_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.
