Change the Background Color of a Text Block
What does this code do?
In Squarespace 7.1, you can set a background color of a text block. This code snippet will allow you to change the background color of a specific block.
Code Snippets
Copy and paste the appropriate code into Design > Custom CSS
#BLOCKID { background-color: rgba(0,0,0,0.5); }
Then change the background color to a color of your choosing.
How To Use It
Copy and paste the code as indicated above.
To learn how to find a collection id, page id, or block id check out our Start Here guide.