Shopping Cart
Shopping Cart Selectors
Use these selectors to target shopping cart page elements.
Selectors work with Squarespace 7.1
Knowing the basics of CSS is recommended
Helpful starting points: Visit the free plugin library for pre-applied styles and helpful starting points for styles and customizations.
Shopping Cart Title
Copy Code
.cart-title
Product Image
Copy Code
.cart-row-img
Product Name
Copy Code
.cart-row-title
Product Variant
Copy Code
.cart-row-variant
Product Price
Copy Code
.cart-row-price
Decrease Quantity (-)
Copy Code
.cart-row-qty-dec svg
Quantity Number
Copy Code
.cart-row-qty-input
Increase Quantity (+)
Copy Code
.cart-row-qty-inc svg
Remove Product (x)
Copy Code
.cart-row-remove svg
Divider Line
Copy Code
.cart-row
Subtotal Text
Copy Code
.cart-subtotal-label
Subtotal Price
Copy Code
.cart-subtotal-price
Checkout Button
Copy Code
.cart-checkout