How To Customize The Shopping Cart Icon in Squarespace 7.1 // Squarespace 7.1 Tutorial

Just getting started with Squarespace CSS? Awesome! 😍 I want to teach you the basics – grab my free Getting Started Guide here 👉 https://insidethesquare.co/learn
—
đŸ„ł Ready to launch ? Use the code PARTNER10 for 10% off (affiliate code): https://insidethesquare.co/partner10
—
This tutorial is specific for Squarespace version 7.1 and wont work in older versions of Squarespace.
—

In this tutorial, we’ll use custom CSS to change the look of the cart icon on your Squarespace 7.1 website. The codes from this tutorial are super customizable. Change up the colors and any value in bold below to make it uniquely yours.

Cart Icon
.header-actions-action–cart .icon { stroke: #50bdb8!important}

Cart Number
.header-actions-action–cart .icon-cart-quantity { color: #50bdb8!important}

Remove the cart & leave the number
.header .header-actions-action–cart svg {display:none}

Remove the number & leave the cart
.header-actions-action–cart .icon-cart-quantity {display:none}

Replace cart with your own image
.header .header-actions-action–cart svg {stroke:transparent!important}
.header-actions-action–cart .icon-cart-quantity {display:none}
.header .header-actions-action–cart {background-image: url(image-url-here); background-size: contain}

—
đŸ€© Ready for more codes? The codes in this tutorial are just the beginning of all the cool things you can do with Custom CSS! When you’re ready to dive in and start customizing, you can use codes from my CSS Cheat Sheet. It has over 30 pages of code snippets and pro tips to help you get started. Download your copy 👉 https://InsideTheSquare.co/css
—
đŸ„ł Ready to launch ? Use the code PARTNER10 for 10% off (affiliate code): https://insidethesquare.co/partner10 ❀
—
🙋 Need some help? Visit ​https://insidethesquare.co/code-help​ to see my current support options.
—
The term “Squarespace” is a trademark of Squarespace, Inc. This content is not affiliated with Squarespace, Inc. I just really love their platform ♄
—
#squarespace #squarespacecss #howto #customizesquarespace #css #squarespacetricks #squarespacehacks #squarespacetips

You May Also Like