Ciao gargamella16,
sicura che non ci sia in backend la possibilità di cambiare colore al modulo?
Se non c'è aggiungi questo css al fond del file css del template:
#Mod92 .jfmod-mid{
background:red;
}
#Mod92 .jfmod-top {
background: url("../images/jf_red_top.png") no-repeat scroll left top transparent;
height: 15px;
width: 240px;
}
#Mod92 .jfmod-bot {
background: url("../images/jf_red_bottom.png") no-repeat scroll left top transparent;
height: 11px;
width: 240px;
}
per ogni Mod e fatti un'immagine es.: jf_red_top.png - jf_red_bottom.png per ogni colore.