Where can I change background image that is shown in sections? I´ve tried searching modules, and also with firebug but I can´t find it.
Is it possible to assign a different background images for different sections?
Thanks in advance
body {
background: #fff url('../images/bg.jpg') no-repeat center top;
}
body.customSuffix {
background: #fff url('../images/custom_bg.jpg') no-repeat center top;
}