Jump to content

Bloc transparent en changeant la couleur du Background


Recommended Posts

Bonjour, j'ai changer la couleur du brackground en noir a la place du blanc.
Cependant maintenant mes blocs et mon corps est transparent. Donc ça fais vraiment laid. Je voudrais que ça soit blanc..

Voici l'image pour bien vous montre :
 

140218033734541648.png

Merci de m'éclairez.

Cordialement

Ps : J'utilise le thème par defaut et prestashop 1.5.x

Edited by Lavezzzi (see edit history)
Link to comment
Share on other sites

Voila merci c'est regler, pourrais tu me dire comment on change la couleur des barre grise?

 

Merci

 

Pour le menu (menu haut horizontal) ligne 15 du fichier superfish-modified.css

 

Dans modules>>blocktopmenu>>css>>superfish-modified.css change le background

.sf-menu {
    background: none repeat scroll 0 0 #383838;
    margin: 10px 0;
    padding: 0;
    width: 980px;
}

pour les blocs (droite et gauche) ligne 293 du global.css 

.block .title_block, .block h4 {
    background: none repeat scroll 0 0 #383838;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 11px;
    text-shadow: 0 1px 0 #000000;
    text-transform: uppercase;
} 

@Bientôt

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