You need to manually enter the CSS to add a Background currently:
body{
background-image: url("the full http link.jpeg here");
background-repeat: no-repeat;
background-position: top center;
background-attachment: fixed;
}
This is the CSS you would need to input into the site. I am hoping they make this far easier - especially since I cannot create transparent pages now because the CSS for that seems to be disabled or locked.
You need to manually enter the CSS to add a Background currently:
body{
background-image: url("the full http link.jpeg here");
background-repeat: no-repeat;
background-position: top center;
background-attachment: fixed;
}
This is the CSS you would need to input into the site. I am hoping they make this far easier - especially since I cannot create transparent pages now because the CSS for that seems to be disabled or locked.