Jump to content

liens en blanc dans thme noir


Recommended Posts

Bonjour a tous,

je rencotre un petit souci car jai mon template qui est noir est dans les detail de chauqes produits, jai

ces 3 liens qui ce trouve sur la photos mais je me demander si il été possible d'enlever le blanv histoire d'avoir sjuste les écritures.

merci d'avance

6668_Iv5LUSHL9IFr6EgK0Q3X_t

Link to comment
Share on other sites

Merci pour ta réponse, je viens de regarder voici ce que jai entrela ligne 1725-1742


}
div.categTree {
margin-top:25px;
margin-bottom:1em;
margin-left:5em;
}

/* product.tpl */
#primary_block #pb-right-column{
width:310px;
float:left;
}
#primary_block #image-block{
border:#d0d1d5 solid 1px;height:300px;width:300px;
}
#primary_block #image-block img{
border:#d0d1d5 solid 1px;
}

Link to comment
Share on other sites

Pour modifier ceci , il faut rendre la couleur de fond transparent, alors dans le global.css modifie ce style avec un background transparent. Voir code ci- dessous:

#primary_block ul#usefull_link_block li a, #primary_block ul#usefull_link_block span.span_link, #primary_block ul#usefull_link_block span.span_link:hover (line 1830)

{

text-decoration: none;

color: #76839b;

font-size: 0.9em;

/* ligne à changer */

background-color: transparent;

/* fin de ligne à changer */

background-image: url(../img/bullet_alt.jpg);

background-repeat: no-repeat;

background-attachment: scroll;

background-position: left top;

padding-left: 15px;

display: block;

height: 15px;

margin-left: 4px;

}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...