Creating Gradient Backgrounds 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
β€”
πŸ’• Love this free Square space tutorial? You can donate via Paypal to help support my YouTube Channel https://www.paypal.com/paypalme/insidethesquare
β€”
This tutorial is specifically for Squarespace 7.1 and won’t work for Squarespace 7 sites like Brine or Bedford. If you don’t know what version you are using, check out this quick tutorial to find out: https://www.youtube.com/watch?v=8VuRoRYMEZQ

If you are using Brine or Bedford, this tutorial will show you how to create a gradient page background: https://www.youtube.com/watch?v=CP2hdDWDytY
β€”
In this tutorial, I will show you how to create a gradient background section in your Squarespace 7.1 site. I will show you how to change the background of the whole page – every section – and how to use a fancy code trick called a pseudo-class to identify individual sections so you can change the background separately.

The codes you need are below, but make sure you watch the tutorial so you know how to use them! I also have a guide to gradients available on my blog at https://insidethesquare.co/gradient

Change the entire page background to a gradient:
.site-wrapper{background: linear-gradient(#000000, #50bdb8)!important;}
.page-section, .section-background{background:transparent!important;}

Change an individual section:
.page-section:nth-child(2){background: linear-gradient(30deg, #000000, #50bdb8)!important;}
.page-section:nth-child(2) .section-background{background-color:transparent!important}

β€”
🀩 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