boubou4571 Posted March 19, 2014 Share Posted March 19, 2014 (edited) Bonjour, J'aimerai savoir s'il est possible de modifier le background de la version 1.6 par une image au lieu d'une couleur que propose le theme configurateur ? Merci pour la réponse. Edited March 20, 2014 by boubou4571 (see edit history) 1 Link to comment Share on other sites More sharing options...
cto@onecouponatime Posted March 20, 2014 Share Posted March 20, 2014 I'm facing the same issue.Probably, by virtue of the new responsive behaviour, the 'old' technique like body {background:url(../img/background.jpg) top left repeat} doesn't produce the expected result. Did someone already faced and solved this situation? Thank you in advance Link to comment Share on other sites More sharing options...
boubou4571 Posted March 20, 2014 Author Share Posted March 20, 2014 Bon au final, j'ai décoché Activer le module pour shop xxxxx dans le module Themeconfigurator. modifié le fichier global.css à la ligne 5261 .columns-container { /*background: white; */ background:url(../img/monimage.jpg); background-repeat: no-repeat; background-attachment: fixed; background-size: cover; } et la ligne 236 body { font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 1.42857; color: #777777; /*background-color: white;*/ background:url(../img/bg-theme2.jpg); background-repeat: no-repeat; background-attachment: fixed; background-size: cover; } ligne 5277 : header { z-index: 1; position: relative; background: black; /* Pour moi c'est la couleur que j'avais besoin */ padding-bottom: 15px; } 1 Link to comment Share on other sites More sharing options...
MadMax75PS Posted March 20, 2014 Share Posted March 20, 2014 Merci pour ces Infos !!! Link to comment Share on other sites More sharing options...
luxurysmoke Posted March 21, 2014 Share Posted March 21, 2014 Salut je suis Novice et tous nouveau sur Prestashop, et j'utilise la version 1.6 et je voudrais changer le fond de mon theme en full black quelqu'un pourrait il m'aider, j'ai accès a global.css mais après je suis perdu et je ne voudrais pas faire n'importe quoi 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