Jump to content

Cambiar color de fondo (Solucionado)


Recommended Posts

Hola buenas me podriais decir como cambio el color de fondo de mi web, el gris concretamente a blanco por ejemplo, mi web es www.intimatethings.es.

Gracias

 

Fichero:

 

http://www.intimatethings.es/themes/PRS020047/css/global.css

 

Esto:

 

body {
background: url("img/bkg_bg.gif") repeat-x scroll center top #E1DED8;
color: #444444;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
text-align: center;
}

 

Por esto

 

body {
background: #fff;
color: #444444;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
text-align: center;
}

Link to comment
Share on other sites

vale perfecto, pero no queda bien, hay alguna forma de dejar solamente el header en blanco? como era el diseño orginal

 

Estoy viendo tu web, tienes mas metido la imagen de fondo y por eso no se te veia blanca la cabecera, dejalo asi:

 

body {
background: url("../img/bkg_bg.gif") repeat-x scroll center top #E1DED8;
color: #444444;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
text-align: center;
}

Link to comment
Share on other sites

Perfectisimo, no se que haria sin ti la verdad... muchas gracias, doy el tema por solucionado

 

Un placer ayudarte y servirte!

 

Un saludo y recuerda que estaremos en el foro, para guiarte por este mundo oscuro y tenebroso.

Link to comment
Share on other sites

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