How To Change the Variant & Quantity Style in Squarespace 7.1 // Squarespace CSS 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 quantity and variant options on a product page in Squarespace 7.1

Pro tip: you can change the color of all variant fields using the site styles menu. If you want the label and the value to be the same colors, definitely change it there first! Only use CSS to change things you can’t change in the site styles menu.

//–Variant Label
.variant-option-title {color:red}

//–Variant Dropdown – Color
.product-details .variant-select-wrapper {color:red}

//–Variant Dropdown – Only Bottom Border
.ProductItem-details .variant-select-wrapper select {border-top:none; border-left:none; border-right:none; border-bottom: 2px solid #000}

//–Quantity Label
.quantity-label {color:red}

//–Quantity Dropdown – remove the black outline
.ProductItem-details .product-quantity-input input:focus{outline:none!important}

//–Quantity Dropdown – Only Bottom Border
.ProductItem-details .product-quantity-input input{border-top:none; border-left:none; border-right:none; border-bottom: 2px solid #000}

//–Quantity Number Style
.ProductItem-details .product-quantity-input input{color:yellow!important; font-weight: bolder}


🤩 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