You can use page suffixes and add custom page suffix to your pages:
https://www.gavick.com/documentation/un ... mla-pages/and then use override.css and add different bg per page:
- Code: Select all
body.custom1 {
background: #fff url('../images/bg-custom1.jpg') no-repeat center top;
}