Jump to content

Recommended Posts

Buenas,

 

Tengo instalado prestashop 1.6

 

Estoy intentando cambiar el color de fondo del tema default y no hay manera.

El codigo que he cambiado es este aqui. ¿Lo estoy haciendo bien? Tengo que hacer alguna cosa más?

Ya borrado caché, rendimento y nada, sigue todo igual.

¿Alguién me podria echar una mano? Gracias...

 

 

linea 236 fins 241

 

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.42857;
  color: #777777;
  background-color: black; }

Link to comment
Share on other sites

En el global.css del theme que quieras, cambia el color del background de aquí: 

linea 5274

header {
    background: none repeat scroll 0 0 #elcolorquequieras;
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
}

para el header y de aquí:

linea 562

.columns-container {
    background: none repeat scroll 0 0 #elcolorquequieras;
}

Un saludo

 
 
 
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...