Joomla.it Forum

Joomla! 2.5 (versione con supporto terminato) => Joomla! 1.6/1.7/2.5 => I Template di Joomla 1.6/1.7/2.5 => : vince001 18 Feb 2014, 11:18:38

: [risolto]cambiare sfondo yag vision
: vince001 18 Feb 2014, 11:18:38
Salve, sto lavorando con Joomla 2.5 e il template "yag vision".


Vorrei cambiare lo sfondo grigio  , ma analizzando con strumenti per sviluppatori non capisco quale sia il campo o l'immagine da modificare.. idee?







: Re:cambiare sfondo yag vision
: Rasjah 18 Feb 2014, 11:28:39
prova nel tuo file style.css riga 1991

div#yagMainAreaSpacer {
    background: none repeat scroll 0% 0% #11E2E2;
}

il colore che ho fatto io è un'azzurro
: Re:cambiare sfondo yag vision
: Rasjah 18 Feb 2014, 11:34:59
invece per lo sfondo "totale" file style.css riga 13



body#body {
    font-family: "Times New Roman",Times,serif;
    padding: 0px 0px 35px;
    margin: 0px;
    background: url('../../images/global/body_bg.jpg') repeat-x scroll left bottom #CCC;
    color: #AA769F;
}
: Re:cambiare sfondo yag vision
: andreadamoni 18 Feb 2014, 13:57:55
invece per lo sfondo "totale" file style.css riga 13



body#body {
    font-family: "Times New Roman",Times,serif;
    padding: 0px 0px 35px;
    margin: 0px;
    background: url('../../images/global/body_bg.jpg') repeat-x scroll left bottom #CCC;
    color: #AA769F;
}


confermo il dictat di Rasjah. devi solo sostituire il colore nel background.
: Re:cambiare sfondo yag vision
: vince001 18 Feb 2014, 15:47:09
grandissimi, grazie!
: Re:cambiare sfondo yag vision
: Rasjah 18 Feb 2014, 16:00:41
se ti va bene .. metti [RISOLTO] , sul primo post