colours.css
con questo codice:Al posto di:
Codice: Seleziona tutto
html, body {
color: #536482;
background-color: #FFFFFF;
}
Codice: Seleziona tutto
html, body {
color: #536482;
background-color: #FFFFFF;
background-size: cover;
background-position: center center;
background-image: url("{T_THEME_PATH}/images/your_image.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
}