17 June 2018 Hits: 2318 Cambiar linea en index.php de la plantilla helix 3 al actualizarla $this->helix3->addCSS('bootstrap.min.css, font-awesome.min.css, mycss.css') // CSS Files El archivo mycss.css contiene: article p, article h3, article h4, article li { text-align: justify; } article strong, article h3, article h4, article em { color: #005D9D; } #sp-bottom { padding: 10px !important; color: #fff; background-color: #009cde !important; } #sp-bottom a { color: #fff !important; } #sp-footer { padding: 0; background-color: #009cde !important; } div.blanco { color: #ffffff; } div.blanco h3 { font-size: 26px; } div.blanco p { font-weight: 300; font-size: 16px; } div.blanco a { color: #ffffff; text-decoration: none; }