Jump to content

Changer l'image de fond du footer du panier (prendre la main avec le blockcart.css)


Recommended Posts

Bonjour,

je voudrai changer l'image de fond du footer de mon bloc panier.
J'ai tenté de prendre la main sur la div dans le blockcart.css, mais c'est toujours le global.css qui prend le dessus.
j'explique :
voici dans le global.css, le code qui gère le footer de tous mes blocs :

#left_column div.exclusive, #right_column div.exclusive {
   background-attachment: scroll;
   background-color: transparent;
   background-image: url("../img/block_footer.jpg");
   background-position: left bottom;
   background-repeat: no-repeat;
   margin-left: 10px;
   padding-bottom: 41px;
}


J'aimerai mettre le même code juste pour le block panier, en changeant juste le lien de l'image de fond. Voici comment j'ai tenté, mais ça ne veut pas prendre :

#cart_block div.exclusive {
   margin-left: 10px;
   padding-bottom: 50px;
   background-attachment:scroll;
   background-color:transparent;
   background-image:url("../../../img/block_footer_cart.jpg");
   background-position:left bottom;
   background-repeat:no-repeat;
}



une idée ? merci d'avance...

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