Jump to content

How to Change Background Image


Recommended Posts

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

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

  • Like 6
Link to comment
Share on other sites

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 by gmatik (see edit history)
Link to comment
Share on other sites

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 cache


Thank you!

Link to comment
Share on other sites

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 by gepd (see edit history)
  • Like 2
Link to comment
Share on other sites

  • 2 weeks later...

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

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

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

  • 1 month later...

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

  • 3 months later...

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=theme3

anyone can tell me to modify please outdoors to receive different color background?

Link to comment
Share on other sites

×
×
  • Create New...