I had this code working and now all of a sudden it doesn't anymore. I've got two of these, one for the body one for the header, maybe the yre in conflict?
/*Hintergrund Papier*/
/* Site background image */
.section-background, .page-section {
background: transparent !important;
}
body {
background-image:url('https://static1.squarespace.com/static/6366aa91142406517bac679a/t/6367723f3491af7341a16534/1667723840909/papier.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
background-color: transparent !important;
}
/*Ende Hintergrund Papier*/
/*Hintergrund Papier für Titelbanner*/
.header {
background-image:url('https://static1.squarespace.com/static/6366aa91142406517bac679a/t/6367723f3491af7341a16534/1667723840909/papier.jpg');
background-repeat:no-repeat;
background-size:cover;
background-position: center;
}