Hello,
I am pretty new to squarespace so trying to get a hang on things in terms of website and layout.
When I try create the CSS to get one image as a background for all sections on my landing page and save, it doesn't do anything.
Am I doing something wrong?
/* Site background image */
.section-background, .page-section {
background: transparent !important;
}
body {
background-image: url(https://static1.squarespace.com/static/6417a97cd4a78e3637048939/t/64592e982080c74eacfc9fcd/1683566232397/Image+5-8-23+at+9.54+AM.jpeg);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
background-color: transparent !important;
}
Here is my website. https://www.allegromusicschool.org/
Attached is what I'm trying to use as a background.