Hi,
I used this code and can't figure out why its not working:
.section-background, .page-section {
background: transparent !important;
}
body {
background-image: url(https://static1.squarespace.com/static/63f98da46a4cf12fdbebd558/t/640ce488e2e6426ab87bd9b1/1678566539189/contactBac2.jpghttps://static1.squarespace.com/static/63f98da46a4cf12fdbebd558/t/640ce488e2e6426ab87bd9b1/1678566539189/contactBac2.jpg);
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
background-color: transparent !important;
}
Can you help?
Thanks