Jump to content

como poner de color negro el punteado del mapa del sitio


Recommended Posts

Hola

 

el mapa del sitio de mi pagina es: http://negocioxusto....nda/sitemap.php como vereis los punteados verticales ya los he cambiado a negro pero

 

¿como puedo cambiar el punteado horizontal a negro?

 

Un saludo

 

No se si te refieres a esto.

 

Fichero:

 

/themes/prestashop/css/global.css

 

Busca esto:

 

ul.tree li {
padding-left: 1.2em;
border-left: 1px black dotted;
background: url(../img/sitemap-horizontal.png) no-repeat left 10px;
margin-left: 1em;
}

 

Y dejalo asi:

 

ul.tree li {
padding-left: 1.2em;
border-left: 1px black solid;
background: url(../img/sitemap-horizontal.png) no-repeat left 10px;
margin-left: 1em;
}

 

Y luego cambia tanto esta imagen:

 

http://negocioxusto.com/tienda/themes/prestashop/img/sitemap-last.gif

 

como esta:

 

http://negocioxusto.com/tienda/themes/prestashop/img/sitemap-horizontal.png

Link to comment
Share on other sites

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