gtul Posted July 24, 2020 Share Posted July 24, 2020 (edited) Hello, I need your help. I'm working on a new 1.7 Prestashop version but until I have the new website online I have an old 1.4.8 version online. Yesterday, I did a little CSS modification and now the white general background of the website disappear. Could someone please help me? https://bit.ly/3jGOeJ8 Edited July 24, 2020 by gtul (see edit history) Link to comment Share on other sites More sharing options...
PrestaServicePro Posted July 24, 2020 Share Posted July 24, 2020 Hello, check the image please: https://jmp.sh/9z7g00G Link to comment Share on other sites More sharing options...
gtul Posted July 24, 2020 Author Share Posted July 24, 2020 1 hour ago, PrestaServicePro said: Hello, check the image please: https://jmp.sh/9z7g00G Thank you! Could you please tell me in wich file I have to add this code? Link to comment Share on other sites More sharing options...
PrestaServicePro Posted July 24, 2020 Share Posted July 24, 2020 You do not need to add this line, marked line changes theme's background to slightly gray. You need to disable it inside global.css. Then your background will be completely white. Link to comment Share on other sites More sharing options...
gtul Posted July 24, 2020 Author Share Posted July 24, 2020 I have to change the link because it's not pointed to the right folder. It's actually pointed to dev version MPGV2. Could you please help me to letting me know the path I should add? Website domain/folders? Link to comment Share on other sites More sharing options...
PrestaServicePro Posted July 24, 2020 Share Posted July 24, 2020 It is the path: themes/theme452/css/global.css Link to comment Share on other sites More sharing options...
gtul Posted July 24, 2020 Author Share Posted July 24, 2020 I delete this part of code and it's still grey Link to comment Share on other sites More sharing options...
PrestaServicePro Posted July 24, 2020 Share Posted July 24, 2020 Did you cleared cache of the shop and the browser? It must work. Link to comment Share on other sites More sharing options...
gtul Posted July 24, 2020 Author Share Posted July 24, 2020 I cleared cache on browsers, grey is still there. If I clear cache on my website everything will be wrong again because it's a 1.4.8. Link to comment Share on other sites More sharing options...
PrestaServicePro Posted July 24, 2020 Share Posted July 24, 2020 It is current view of your website: https://jmp.sh/1Vfw4RB . Is it wrong too? Link to comment Share on other sites More sharing options...
gtul Posted July 24, 2020 Author Share Posted July 24, 2020 Looks fine, could I see the button? Link to comment Share on other sites More sharing options...
PrestaServicePro Posted July 24, 2020 Share Posted July 24, 2020 I just browsed your web site under private tab. Link to comment Share on other sites More sharing options...
gtul Posted July 24, 2020 Author Share Posted July 24, 2020 that means what? Link to comment Share on other sites More sharing options...
PrestaServicePro Posted July 24, 2020 Share Posted July 24, 2020 It means the problem solved. It is cache of your browser. You also can open your shop using incognito or private tab: https://jmp.sh/OgYeGXf Link to comment Share on other sites More sharing options...
gtul Posted July 24, 2020 Author Share Posted July 24, 2020 It's really weird because I cleaned cache, I use Chrome incognito and I use Kproxy and all of the are showing the same. Link to comment Share on other sites More sharing options...
PrestaServicePro Posted July 24, 2020 Share Posted July 24, 2020 Can you try incognito tab of other browsers too? Link to comment Share on other sites More sharing options...
gtul Posted July 24, 2020 Author Share Posted July 24, 2020 On Safari is the same. Link to comment Share on other sites More sharing options...
PrestaServicePro Posted July 24, 2020 Share Posted July 24, 2020 It is impossible. Please, can your share image of the result? Link to comment Share on other sites More sharing options...
PrestaServicePro Posted July 24, 2020 Share Posted July 24, 2020 Can you give me BO and FTP accesses? Link to comment Share on other sites More sharing options...
gtul Posted July 24, 2020 Author Share Posted July 24, 2020 (edited) maybe I should modify other file lines? https://jmp.sh/qX1GG Edited July 24, 2020 by gtul not want to make it public (see edit history) Link to comment Share on other sites More sharing options...
PrestaServicePro Posted July 24, 2020 Share Posted July 24, 2020 Can you just set background: #ffffff; remove img path from this line. Link to comment Share on other sites More sharing options...
gtul Posted July 24, 2020 Author Share Posted July 24, 2020 I added it, you can check on the inspector if you see the code. But still grey. Link to comment Share on other sites More sharing options...
PrestaServicePro Posted July 24, 2020 Share Posted July 24, 2020 Yes, img path still there. Link to comment Share on other sites More sharing options...
Mediacom87 Posted July 25, 2020 Share Posted July 25, 2020 Hi, on file /themes/theme452/css/global.css at line 237 replace #wrapper1 { min-width: 1200px; min-height: 100%; background: url(../img/bg_pattern.jpg) 50% 0 no-repeat #ffffff; } by #wrapper1 { min-width: 1200px; min-height: 100%; } Link to comment Share on other sites More sharing options...
HeineFR Posted July 25, 2020 Share Posted July 25, 2020 Hi Gabriela, Now you have to remove this line you changed : background: url(file:///Macintosh%20HD/Users/.../MPG/MPGV2/2020/Code%20modifications/img/bg_pattern.jpg) 50% 0 no-repeat #efefef 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