Joomla.it Forum

Joomla! 3 => Joomla! 3 => : webdc 09 Oct 2014, 22:58:05

: [RISOLTO]problema con iC rounded - iCagenda Theme
: webdc 09 Oct 2014, 22:58:05
buonasera ragazzi,

ho provato a fare delle modifiche al template del sito ma avendo cambiato il colore da grigio a bianco mi ha cambiato anche il titolo del corso inserito in icagenda come posso farlo diventare nero


http://kravmagapistoia.altervista.org/corsi-e-stage (http://kravmagapistoia.altervista.org/corsi-e-stage)
: Re:problema con iC rounded - iCagenda Theme
: pupito 09 Oct 2014, 23:05:31
Prova ad utilizzare firebug per individuare stile css poi lo modifichi e lo incolli al tuo custom.css
: Re:problema con iC rounded - iCagenda Theme
: webdc 09 Oct 2014, 23:36:25
gia fatto se modifico il theme.css mi modifica anche quello ma il titolo del corso deve restare nero
: Re:problema con iC rounded - iCagenda Theme
: adottauncane 10 Oct 2014, 00:58:05
Ciao webdoc,
aggingi il color:#000; qui

:
#icagenda h2 a:link, #icagenda h2 a:visited {    -moz-text-decoration-color: -moz-use-text-color;    -moz-text-decoration-line: none;    -moz-text-decoration-style: solid;    color: #000;    margin-bottom: 0;    margin-left: 0;    margin-right: 0;    margin-top: 0;    padding-bottom: 0;    padding-left: 0;    padding-right: 0;    padding-top: 0;    text-shadow: none;}/components/com_icagenda/themes/packs/ic_rounded/css/ic_rounded_component.css riga 74
: Re:problema con iC rounded - iCagenda Theme
: webdc 10 Oct 2014, 14:55:18
grazie mille