Jump to content

Comment Changer Le Fond Du Bloc Panier


Recommended Posts

Bonjour

 

Je n'arrive pas à changer la couleur du fond et la couleur texte du bloc panier quand celui-ci est ouvert.

J'aimerai inverser les couleurs, que le fond soit blanc et les textes en noirs. J'ai chercher dans le css blockcart mais je trouve pas comment modifier ça.

 

Si quelqu'un pouvait me renseigner

 

Voici l'adresse du site si besoin : http://www.usagikun.net

 

Le site est encore en cours de modif donc peut-être encore quelques trucs qui cloche

 

Merci

Link to comment
Share on other sites

Bonjour,

 

Sous firefox ou chrome clique droit inspecter l'élement.

 

On trouve blockcart.css

 

ligne 163

#header .cart_block {
    position: absolute;
    top: 95px;
    right: 0px;
    z-index: 100;
    display: none;
    height: auto;
    background: white;
    color: black;
    width: 270px;
}
ligne 179

#header .cart_block a {
    color: #000;
}
ligne 191

#header .cart_block .price {
    color: #000;
}
Edited by Alexandre-KM (see edit history)
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...