Se posti il link del sito, magari č pių semplice aiutarti...
Personalmente non conosco il template, quindi potrebbe essere utile avere il link!
Ti ringrazio per il gentile riscontro ma per ora sto testando in locale.
Provo a spiegarmi meglio perchč potrei non essere stato chiaro tralasciando che mi riferisco al colore di sfondo dell'header.
In template.css ci sono le seguenti classi (righe 136-212):
/* blue */
div.module_blue {
background: url(../images/bb-br.gif) no-repeat bottom right #069;
}
div.module_blue .ja-box-bl {
background: url(../images/bb-bl.gif) no-repeat bottom left;
}
div.module_blue .ja-box-tl {
background: url(../images/bb-tl.gif) no-repeat top left;
}
div.module_blue .ja-box-tr {
background: url(../images/bb-tr.gif) no-repeat top right;
}
div.module_blue a { color: #7BA566; }
/* green */
div.module_green {
background: url(../images/bg-br.gif) no-repeat bottom right #7ba566;
}
div.module_green .ja-box-bl {
background: url(../images/bg-bl.gif) no-repeat bottom left;
}
div.module_green .ja-box-tl {
background: url(../images/bg-tl.gif) no-repeat top left;
}
div.module_green .ja-box-tr {
background: url(../images/bg-tr.gif) no-repeat top right;
}
div.module_green div.bannergroup_text div.bannerheader,
div.module_green div.bannergroup_text div.bannerfooter_text a { color: #ccc; }
/* Blank */
div.module_noborder,
div.module_noborder .ja-box-bl,
div.module_noborder .ja-box-tr,
div.module_noborder .ja-box-tl { background: none; padding: 0; }
/* red */
div.module_red {
background: url(../images/br-br.gif) no-repeat bottom right #bf0000;
}
div.module_red .ja-box-bl {
background: url(../images/br-bl.gif) no-repeat bottom left;
}
div.module_red .ja-box-tl {
background: url(../images/br-tl.gif) no-repeat top left;
}
div.module_red .ja-box-tr {
background: url(../images/br-tr.gif) no-repeat top right;
}
div.module_text {
background: url(../images/bt-br.gif) no-repeat bottom right #f6f6f6;
}
div.module_text .ja-box-bl {
background: url(../images/bt-bl.gif) no-repeat bottom left;
}
div.module_text .ja-box-tl {
background: url(../images/bt-tl.gif) no-repeat top left;
}
div.module_text .ja-box-tr {
background: url(../images/bt-tr.gif) no-repeat top right;
}
Il che significa che, come per il vecchio ja purity, č prevista la scelta del colore di sfondo.
Il problema č che nel vecchio ja purity l'opzione era presente nel pannello di controllo mentre in ja purity ii non trovo il modo per operare la scelta. Il colore di default č black e non vedo come cambiarlo se non sostituendo e rinominando le immagini del nero. Cosa che non mi piace per niente.
Io credo che si debba lavorare sui temi ma mi sfugge del tutto come.