Poi modifica il codice come segue:
Codice: Seleziona tutto
.forumbg, .forabg {
background-image: url("images/sfondo_nuovo.jpg") !important;
}
Codice: Seleziona tutto
.forumbg, .forabg {
background-image: url("images/sfondo_nuovo.jpg") !important;
}
.row {
background: #DDDDDD !important;
}
html, body {
color: #536482;
background-color: #ACA8A1;
background-image: url("{T_THEME_PATH}/images/sfondo_nuovo.jpg");
}
Codice: Seleziona tutto
.topiclist.forums, .topiclist.topics {
background-image: url("LINK_IMMAGINE");
background-repeat: RIPETIZIONE;
background-attachment: SCROLLING;
background-position: POSIZIONE-X POSIZIONE-Y;
background-color: COLORE;
}
.topiclist.forums, .topiclist.topics {
background-image: url("https://imgur.com/a/OotNMXT");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 100% 0;
background-color: DDDDDD
}
.panel {
background-color: #dddddd;
color: #dddddd;
}
.row {
background: #DDDDDD !important;
}
.navbar {
background-color: #dddddd;
}