Joomla.it Forum

Joomla! 3 => Joomla! 3 => : marcomiotti 18 Oct 2015, 11:12:57

: [RISOLTO] Sfondo template Protostar trasparente?
: marcomiotti 18 Oct 2015, 11:12:57
Come rendere lo sfondo di tutto il sito joomla trasparente? Template predefinito: Protostar.
Ho provato ad agire su templates/protostar/css/template.css inutilmente fin ora.
: [RISOLTO] Re:Sfondo template Protostar trasparente?
: marcomiotti 18 Oct 2015, 12:55:51
Ho cambiato la stringa

background-color: <?php echo $this->params->get('templateBackgroundColor'); ?>

alla riga 100 di protostar/index.php

in

background-color: transparent;

ok funziona.