walas87 Posted August 1, 2012 Share Posted August 1, 2012 (edited) Me gustaría saber si alguien me puede echar una mano, porque tengo varias dudas sobre mi web www.jeques.net En el footer para quitar la doble imagen ¿qué tengo que tocar del .tpl? {$links.category[0]} {$links.text[0][0]} {$links.text[0][1]} {$links.text[0][2]} {$links.category[1]} {$links.text[1][0]} {$links.text[1][1]} {$links.text[1][2]} {$links.category[2]} {$links.text[2][0]} {$links.text[2][1]} {$links.text[2][2]} {$links.category[3]} {l s='Tel' mod='pie_pagina_buhoc'} : {$telephone} {$mail} {$links.text[3][0]} Muchas gracias a todos. Un saludo. Edited August 1, 2012 by walas87 (see edit history) Link to comment Share on other sites More sharing options...
nadie Posted August 1, 2012 Share Posted August 1, 2012 ¿Cuando dices doble imagen, a que te refieres exactamente? Un saludo Link to comment Share on other sites More sharing options...
walas87 Posted August 1, 2012 Author Share Posted August 1, 2012 Me refiero a la imagen de la plantilla de la zona del footer, que aparecen los arboles rojos 2 veces. Muchas gracias por tu ayuda. Un saludo. Link to comment Share on other sites More sharing options...
nadie Posted August 1, 2012 Share Posted August 1, 2012 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 More sharing options...
walas87 Posted August 1, 2012 Author Share Posted August 1, 2012 Ha quedado bien, aunque las del footer que están en azul, no se ven muy bien, ¿se pueden poner en negro? Link to comment Share on other sites More sharing options...
nadie Posted August 1, 2012 Share Posted August 1, 2012 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 More sharing options...
walas87 Posted August 1, 2012 Author Share Posted August 1, 2012 Muchas gracias por tu ayuda, en serio. Un saludo. Link to comment Share on other sites More sharing options...
nadie Posted August 1, 2012 Share Posted August 1, 2012 Muchas gracias por tu ayuda, en serio. Un saludo. Un placer ayudarte y servirte! Un saludo y recuerda que estaremos por el foro, para guiarte por este mundo oscuro y tenebroso. Link to comment Share on other sites More sharing options...
Recommended Posts