lexdiver Suppose that you're also using Magazine as layout for the homepage as our demo site.
You can use this custom CSS to set the background like 'Events' page:
.layout-magazine body {
background: url(/templates/ja_teline_v/images/ev-bg.jpg) no-repeat fixed center top #0077bb;
background-size: cover;
}
.layout-magazine .t3-wrapper {
background: transparent;
}
and change to your own image.