Jump to content

Problème Bloc Bannière


metzger

Recommended Posts

Bonjour,

 

Remplacez dans themes/votretheme/css/global.css

header .banner {
  background: black none repeat scroll 0 0;
  max-height: 100%;
}

par

header .banner {
  /* background: black none repeat scroll 0 0; */
  max-height: 100%;
}
Link to comment
Share on other sites

dans /themes/default-bootstrap/css/global.css

ligne 5745

modifiez

background : black none repeat scroll 0 0;

par

background : #FFF none repeat scroll 0 0;

edit :

tout dépend si vous voulez laisser apparaitre votre image de fond.

Si oui, il faut masquer ce background comme vous l'a expliqué 2FR3.

Si non, il vous faut mettre du blanc , comme je vous l'ai expliqué.

Edited by ChDUP (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...