Jump to content

Modification du thème


tons28

Recommended Posts

Bonjour, je suis entrain de monter un site http://www.accessoires-parquet.fr/ et j'ai modifié le thème. Il y a cependant des endroit ou j'ai encore du gris et je n'arrive pas à trouver où le modifier... (images ou css) ?
http://www.accessoires-parquet.fr/category.php?id_category=5
http://www.accessoires-parquet.fr/product.php?id_product=10
Et j'en ai quelques autres disséminés.

Link to comment
Share on other sites

Bonjour,

c'est dans votre CSS à la ligne 1518

ul#product_list li {
background:#F6D7B8 url(../img/block_category_item_bg.jpg) repeat-x scroll 0 0;
border:1px solid #7F2300;
clear:both;
height:130px;
margin-bottom:0.3em;
padding:6px;
}



remplacez :

background:#F6D7B8 url(../img/block_category_item_bg.jpg) repeat-x scroll 0 0;



par

background-color:#F6D7B8;




Firebug est votre ami ;)

V++

Atch

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...