petinico Posted February 4, 2016 Share Posted February 4, 2016 Bonjour à tous, Tout est dans le titre ! Je travaille en local et j'aimerai changer les couleurs gris et noir du footer du thème par défaut Dans le css par firebug, j'ai pas reussi à trouver la source des fichiers. Par contre ceci : dans theme6.css, "background : rgba (0 ,0 ,0, 0) url (..img/footer-bg.png) repeat-x scroll 0, 0" si je comprends bien, c'est un fond transparent, sur lequel s'affiche l'image à répétition. J'ai donc essayé de changer le fond de l'image footer-bg.png en rouge pour tester mais rien a changé ! A moins qu'il y ait plusieurs fichiers à modifier mais là je sèche. Si quelqu'un a une idée, je prends ! merci par avance Link to comment Share on other sites More sharing options...
petinico Posted February 4, 2016 Author Share Posted February 4, 2016 Bonjour, c'est bien ce que j'ai fait. J'ai enregistré l'image et modifié avec un fond rouge, mais je n'ai vu aucun changement... Link to comment Share on other sites More sharing options...
petinico Posted February 4, 2016 Author Share Posted February 4, 2016 j'ai essayé du coup d'enlever l'image du répertoire, pour voir si elle disparaissait, mais meme chose, pas de changement ! Link to comment Share on other sites More sharing options...
petinico Posted February 4, 2016 Author Share Posted February 4, 2016 j'ai réessayé de changer la couleur, pas mieux ! je comprends pas... et en modifiant tous les background et les background-color dans firebug aucun changement non plus, très bizarre !!! Link to comment Share on other sites More sharing options...
petinico Posted February 4, 2016 Author Share Posted February 4, 2016 Bien vu ndiaga, l'image existe plusieurs fois, j'avais pas pris la bonne. merci bien. Donc la première barre est bien modifié, maintenant comment modifier la couleur du gros bloc noir, vu que l'image ne l'affecte pas. Surtout que dans firebug, les deux blocs correspondent à la même ligne ... Link to comment Share on other sites More sharing options...
petinico Posted February 4, 2016 Author Share Posted February 4, 2016 oui le theme par defaut la class devrait etre <div class ="footer-container"> Link to comment Share on other sites More sharing options...
petinico Posted February 4, 2016 Author Share Posted February 4, 2016 comprends pas ! j'ai fait tout le footer dans global.css, rien ! Link to comment Share on other sites More sharing options...
petinico Posted February 4, 2016 Author Share Posted February 4, 2016 .footer-container #footer { color: #777777; } .footer-container #footer .row { position: relative; } .footer-container #footer .footer-block { margin-top: 45px; } @media (max-width: 767px) { .footer-container #footer .footer-block { margin-top: 20px; } } .footer-container #footer a { color: #777777; } j'ai eu le même raisonnement que vous ! mais c'est pas ça, les deux color :#777777; correspondent aux textes du footer. J'ai essayé de changer toutes les couleurs du bloc footer du global.css, rien n'y a fait ! je patauge... Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now