How to customise my background for different pages

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;

}

Hello @BowAndArcherCo ,

Page Container may be common class for every pages for your store.

try to add different custom class for different pages. then add css in theme.css file.

It will work !