zone-S Posted October 22, 2013 Share Posted October 22, 2013 bonjour, j'aimerais changer la couleur du texte "Bienvenue identifiez-vous" qui fait partie du module "Bloc informations clients" merci d'avance Link to comment Share on other sites More sharing options...
Szed Posted October 22, 2013 Share Posted October 22, 2013 Bonjour, pour cela, et si on se base sur le thème par défaut, il vous suffit en CSS (dans votre global.css par exemple) de faire : #header_user_info, .#header_user_info a{ color:#ff000 //votre couleur } 1 Link to comment Share on other sites More sharing options...
zone-S Posted October 22, 2013 Author Share Posted October 22, 2013 merci en effet ça fonctionne! par contre je l'ai modifié dans "blockuserinfo.css". Merci encore Link to comment Share on other sites More sharing options...
Stéphane Chonez Posted October 22, 2013 Share Posted October 22, 2013 Bonjour, je te conseille d'installer le plugin Firebug pour ton navigateur, il y a un post dédié ici : http://www.prestashop.com/forums/topic/16736-tuto-installation-et-utilisation-de-firebug-pour-modifications-du-template-couleurs-images/ Pour faire des tests sur les CSS, c'est vraiment très pratique ;-) alors sinon, à l'aide de firebug, j'ai déduis que tu devais intervenir dans la feuille de style blockuserinfo.css ligne 34 (ajout color) #header_user_info { clear: both; color: #FF0000; float: right; font-size: 12px; margin-top: 10px; padding: 0; } ligne 41 (ajout color) #header_user_info a { border-left: 1px solid #000000; color: #FF0000; display: inline-block; line-height: 11px; margin: 0 0 0 10px; padding: 3px 0 0 34px; } ah! en mode retard lol Link to comment Share on other sites More sharing options...
zone-S Posted October 22, 2013 Author Share Posted October 22, 2013 merci pour l'addons 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