Hi,
inside the template configuration interface I have changed the background image via css overwrite.
BUT the background image is only present on my frontpage. When I click on a module item to be displayed the background image disappears.
Only the frontpage has my specified one.
Override CSS code :
/* Basic elements */
html { background: #d9d9d9 url('../jupgrade/images/images/weihnachts-wallpaper.jpg') no-repeat center top; }
uhecht