shobhit Verma Posted March 24, 2014 Share Posted March 24, 2014 I am new to PS plz can some one help me out that how to change a background image in 1.6 without effecting it responsive feature, and it is gud if i need to change global.css Link to comment Share on other sites More sharing options...
vekia Posted March 24, 2014 Share Posted March 24, 2014 hello everything depends on colortheme that you use so, can you provide more informations, please? or just post url to your website, i will check it on my own Link to comment Share on other sites More sharing options...
shobhit Verma Posted March 24, 2014 Author Share Posted March 24, 2014 http://www.smarthome.com.au/ Link to comment Share on other sites More sharing options...
vekia Posted March 24, 2014 Share Posted March 24, 2014 it's a 1.6 release? Link to comment Share on other sites More sharing options...
vekia Posted March 24, 2014 Share Posted March 24, 2014 your background is defined here: div#wrapper1 { min-width: 952px; min-height: 100%; background: url('https://www.smarthome.com.au/themes/theme157/css/../img/bg_center.jpg') center top no-repeat #000; overflow: hidden; } you have to modify background param. i don't know file name because all your css files are minified i can help, but you have to disable CCC for CSS first (adv. preferences > performance) Link to comment Share on other sites More sharing options...
shobhit Verma Posted March 24, 2014 Author Share Posted March 24, 2014 thanks a lot 4 your replies, i have just solved that problem... this solution is working 4 me... goto global.css 1)add this line: div#page{background-image: url("../img/bg_center.jpg");} 2) remove background from #header 3)remove background from .columns-container 4)remove background from header 5)remove background from .header-container 6 Link to comment Share on other sites More sharing options...
gmatik Posted March 29, 2014 Share Posted March 29, 2014 (edited) thanks a lot 4 your replies, i have just solved that problem... this solution is working 4 me... goto global.css 1)add this line: div#page{background-image: url("../img/bg_center.jpg");} 2) remove background from #header 3)remove background from .columns-container 4)remove background from header 5)remove background from .header-container Hi, this helped me just enough that when I logged out, the background image disappeared. EDIT: It shows only in the footer. Edited March 29, 2014 by gmatik (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted March 31, 2014 Share Posted March 31, 2014 hello, you've got problems even if you clear browser cache (ctrl+f5) ? Link to comment Share on other sites More sharing options...
gmatik Posted March 31, 2014 Share Posted March 31, 2014 hello, you've got problems even if you clear browser cache (ctrl+f5) ? Yes, thats how I refresh every time I do changes. Link to comment Share on other sites More sharing options...
Mkamerling Posted March 31, 2014 Share Posted March 31, 2014 I still have troubles fixing this. This is my site: Basiqman.com.I need the background clear white, and the font to match the Logo.I uploaded the global.css file into Filezilla, changed it according to what you just told me, but Still no changes.even if I clear browser cacheThank you! Link to comment Share on other sites More sharing options...
Mkamerling Posted March 31, 2014 Share Posted March 31, 2014 Excuse me, I need the Highlighting color & Search button to match the logo color Link to comment Share on other sites More sharing options...
gepd Posted April 3, 2014 Share Posted April 3, 2014 (edited) Is better to add this lines in any css file ( I did it in global.css) #header, header, .header-container, .columns-container { background: transparent !important; } body { background-image: url("../../../img/bgi.jpg")!important; /* edit this /* } .footer-container{ background-color: #282828!important; } with this way you won't have problem with the footer background, I tested the shobhit Verma way and had some problems. Edited April 3, 2014 by gepd (see edit history) 2 Link to comment Share on other sites More sharing options...
OCP Posted April 15, 2014 Share Posted April 15, 2014 Hello all, I need step by step help changing the background image. I had no problem while I used 1.5, but when I upgraded to 1.6, I cant find out how I mix this in global.css/Body. Thanks Link to comment Share on other sites More sharing options...
Citywizz.com Posted April 15, 2014 Share Posted April 15, 2014 Go to change the subtheme like theme2.css You can find it in module theme configurator example body { background: url(../img/bg-theme2.jpg); background-position:fixed; background-position:top;}.header-container,.columns-container { background: none;}.header-container .container{ background: none; }.columns-container .container{ background: #e6e6e6;}#header { background: none;} Link to comment Share on other sites More sharing options...
OCP Posted April 15, 2014 Share Posted April 15, 2014 Go to change the subtheme like theme2.css You can find it in module theme configurator example body { background: url(../img/bg-theme2.jpg); background-position:fixed; background-position:top; } .header-container, .columns-container { background: none; } .header-container .container{ background: none; } .columns-container .container{ background: #e6e6e6; } #header { background: none; } I can do it in Theme Configurator? If it's so simple on 1.6, I will do it. I may be blind, but where on TC can I change the background? Link to comment Share on other sites More sharing options...
chti56 Posted May 26, 2014 Share Posted May 26, 2014 I use PS 1.6.0.6 where a module 'Advanced Background Changer' is installed by default . I use the default template. I defined a background image inside this module but nothing change on the background... Can someebody help ? Many thanks, JP Link to comment Share on other sites More sharing options...
chucurulo Posted September 11, 2014 Share Posted September 11, 2014 hi,if anyone can help me download this template http://www.prestashop.com/forums/topic/334322-free-prestashop-16-theme-minimal/, and I would like to add background color to the next theme http://livedemo00.template-help.com/free_prestashop_1_6_template/index.php?live_configurator_token=7e2584235da9a1cab84180849d3f7d33&id_shop=1&id_employee=2&theme=theme3anyone can tell me to modify please outdoors to receive different color background? Link to comment Share on other sites More sharing options...
Recommended Posts