hello, I followed the following page:
How to add a background image to a page in Squarespace — InsideTheSquare.co
to change a background image on one page but it does not work. I got the url from squarespace Custom CSS box.
I Created a code block on that particular page, with the following:
#page{background-image:url(https://images.squarespace-cdn.com/content/v1/5710d026859fd01f84e802a6/1522428965924-CJ0ZK2ASUBPMI7VQJROW/Background+-TM.jpg);
background-size:cover}
#page.page-section{
background:transparent!important
}
#page.page-section.section-background{
background:transparent!important;
}
but nothing happened. What am I doing wrong?
Also, how do I find the id of a page on squarespace?