Remove the Header Gradient From One Page
What does this code do?
This code snippet will allow you to remove the header gradient from specific pages in Squarespace.
Code Snippets
Copy and paste this code into Design > Custom CSS
SELECTOR .header .header-background-gradient { background: unset !important; }
Then change the word SELECTOR to one of the selectors below.
/* Homepage */ .homepage /* Specific Page */ #COLLECTIONID
How To Use It
Copy and paste the code as indicated above.
Choose the selector that matches your situation.
To learn how to find a collection id check out our Start Here guide.