I’ve managed to add a customised background to my free Debut store by adding the following to the end of the page in Assets- theme.css but does any know how to only have it attached to the first page? Preferably I’d like to attach different custom backgrounds to each page.
#PageContainer {
background: url( my image) no-repeat ;
background-size: cover;
background-repeat: no-repeat;
background-position: bottom;
background-attachment: fixed;
}