Change the Colour of the Cookie Banner
What does this code do?
This code snippet will allow you to change the color of the cookie banner on your Squarespace Website.
Code Snippets
Copy and paste the appropriate code into Design > Custom CSS
/*Cookie Banner*/ .sqs-cookie-banner-v2 { background-color: red !important; }
How To Use It
Copy and paste the code as indicated above.
You can use a word, rgb, or hex code for the color.