Jump to content

Changement couleur thème


Alexia

Recommended Posts

Bonjour,
 
Je suis nouvelle sur ce site, j'ai téléchargé le thème "Leo converse template" sur le lien suivant: 

http://www.leotheme.com/download/viewdownload/151-leo-converse/1157-leo-converse-template-v1541.html

 

Il fonctionne très bien mais je n'arrive pas à changer la couleur du bandeau noir où il il a le logo, que je voudrais mettre en blanc...

 

Pouvez vous svp m'indiquer comment faire ?

 

Merci par avance

 

Alexia

Link to comment
Share on other sites

Salut Alexia,

 

Regarde dans le dossier img du thème leoconv

thèmes >> leoconv >> css

 

Tu devrait trouver l'image bg-header-wrap.png qui fait 6px par 31px

 

Dans le global.css tu as le chemin complet

.header-wrap {
  url("http://demo4leotheme.com/prestashop/leo_converse/themes/leoconv/css/../img/default/  bg-header-wrap.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0)
}
Link to comment
Share on other sites

coucou

 

dans le fichier

 

theme=>leoconv=>css=>global.css

ligne 785

remplace

#leo-header {
	background: url("../img/default/bg-leoheader.png") repeat scroll 0 0 transparent;	
}

par

#leo-header {
	/*background: url("../img/default/bg-leoheader.png") repeat scroll 0 0 transparent;*/	
}

ligne 789

remplace

.header-wrap {
	background: url("../img/default/bg-header-wrap.png") repeat-x scroll 0 0 transparent;
}

par

.header-wrap {
	/*background: url("../img/default/bg-header-wrap.png") repeat-x scroll 0 0 transparent;*/
}

@++

 

loulou66

Link to comment
Share on other sites

C'est bon j'ai réussi à changer la couleur, merci!

 

Mais par contre je ne comprends pas comment changer les noms dans la barre du menu.

Quand je modifie par le back office dans le module "Principal top menu horizontal " ou "Menu haut horizontal" rien ne change.

 

Si vous avez encore une petite astuce pour moi svp...

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...