Jump to content

Cambiar .tpl para que no salga doble imagen (solucionado)


Recommended Posts

Me gustaría saber si alguien me puede echar una mano, porque tengo varias dudas sobre mi web www.jeques.net

  1. En el footer para quitar la doble imagen ¿qué tengo que tocar del .tpl?

 

 

 

 

 

 

 

 

 

 

3.png

 

 

 

 

 

 

 

 

 

 

 

 

 

Muchas gracias a todos. Un saludo.

Edited by walas87 (see edit history)
Link to comment
Share on other sites

Prueba esto:

 

Fichero:

 

/themes/presta126v148/css/global.css

 

Busca esto:

 

#footer {
background: #000326 url('../img/back_bas_footer.jpg') no-repeat left top;
border: none;
height: 200px;
width: 949px;
padding: 0;
margin: 20px 0 0 0;
position: relative;
clear: both;
padding-top: 236px;
}

 

 

Y déjalo asi:

 

#footer {
background: #000326 url('../img/back_bas_footer.jpg') no-repeat left top;
border: none;
height: 200px;
width: 949px;
padding: 0;
margin: 20px 0 0 0;
position: relative;
clear: both;
}

Link to comment
Share on other sites

Ha quedado bien, aunque las del footer que están en azul, no se ven muy bien, ¿se pueden poner en negro?

Fichero:

 

/modules/pie_pagina_buhoc/estilos_footer.css

 

 

Busca esto:

 

.enlaces a {
padding-left: 2em;
padding-top: 2px;
line-height: 2em;
text-decoration: none;
color: #39C;
z-index: 3;
}

 

 

Y déjalo así:

 

.enlaces a {
padding-left: 2em;
padding-top: 2px;
line-height: 2em;
text-decoration: none;
color: black;
z-index: 3;
}

Link to comment
Share on other sites

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