Jump to content

Changer le fond de mon site prestashop


Recommended Posts

Bonjour,

 

Je suis tout nouveau dans la monde Prestashop, et cela fait bien longtemps que je n'ai pas créé de petit site, alors un gros ... 

 

Voila je suis bien embêté car sous l'aspect "simple d'utilisation" de prestashop, cela ressemble beaucoup à une usine à gaz! 

 

J'aimerai modifier mon thème actuelle plutôt que de dépenser 120 euros dans un thème, j'ai donc réussi à enlever une colonne.

 

J'aimerai maintenant changer le fond d'écran de mon site internet, pour cela j'ai été dans mon dossier thème par défaut puis img ou j'ai déposé mon image: /img/background_folo3d.jpg

 

J'ai ensuite modifié le global CSS par ceci: 

 

 

body{

 
font:normal 11px/14px Arial, Verdana, sans-serif;
 
color:#222;
 
background:url(../img/background.jpg) fixed repeat;
 
}
 
body.content_only {
 
background:url(../img/background.jpg) fixed repeat;
 
}

 

 

 

 

Mais ma page reste définitivement blanche en fond ... Pouvez vous m'aider svp ?

 

Merci

Link to comment
Share on other sites

Je l'ai renomé en background.jpg mais je l'ai également changé dans le global css

 

body{
font:normal 11px/14px Arial, Verdana, sans-serif;
color:#222;
background-image:url(../img/background.jpg) fixed repeat;
}
body.content_only {
background-image:url(../img/background.jpg) fixed repeat;
Edited by Zecari (see edit history)
Link to comment
Share on other sites

Je l'ai donc changé:

 

body{
font:normal 11px/14px Arial, Verdana, sans-serif;
color:#222;
background:url(../img/background.jpg) fixed repeat;
}
body.content_only {
background-image:url(../img/background.jpg) fixed repeat;
 
Toujours aucun changement ...
Link to comment
Share on other sites

Ahhhh super j'ai safari, avec firebug, pourtant je faisais bien Ctrl + f5 !

 

Mais mauvaise surprise le fond d'écran et partout ! Sur tous les modules ! Comment faire pour changer le fond des modules et les polices pour que ce soit plus propre ?

 

PS: connaissez vous un système sur safari pour rafraîchir la page avec le cache effacé ?

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