Jump to content

Adding Background image prestashop 1.6


Recommended Posts

Hi guys,

 

I am trying to figure out how to change my background and add an image to it. I am not using the default theme. The theme i am using is in the following link: http://www.prestashop.com/forums/topic/338386-100-free-prestashop-16-responsive-themes-black-hawk-30/

 

I am a newbie and i have looked into all the tutorials and forum post on how to do this. I have never edited any cms. I know how to go to my theme global.css file. I am just not sure what to edit and where to edit. What i have found so far and I think it is this: 

 

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.42857;
  color: #777777;
  background-color: white; }
 
The link to my site is www.deltanetix.co.za
 
Help would be much appreciated! Please try and explain in as much detail as possible as I am new to this!
 
Thanks!
Link to comment
Share on other sites

Hi Vekia,

 

Was wondering if you can help me with this image issue. I have tried all possibility's. I am willing to give you my host login. I want the image to form like a border around the page and products. Is this possible? 

 

Thanks 

Nex

Link to comment
Share on other sites

  • 8 months later...
  On 8/14/2014 at 9:35 PM, nexzuis said:

Hi Vekia,

 

Was wondering if you can help me with this image issue. I have tried all possibility's. I am willing to give you my host login. I want the image to form like a border around the page and products. Is this possible? 

 

Thanks 

Nex

Did you solve this issue? Can you share?

THANKS

Link to comment
Share on other sites

  On 8/14/2014 at 8:11 AM, vekia said:

 

instead of backgrund-color param

background: url('here url to your image') #FFF;

Vekia, can you give us a hand on this?I have tried all kinds of code taken from other forums and nothing... I tried:

1-in line 236 this is what my code looks like: body {   font-family: Arial, Helvetica, sans-serif;   font-size: 13px;   line-height: 1.42857;   color: #777777;   background-color:  }   body, #page, header, .columns-container{ background: #FFF url{'../img/1.jpg'} !important }

 
2-body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.42857;
  color: #777777;
  background-color:  #FFF url{'../img/1.jpg'} !important
}
3-
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.42857;
  color: #777777;
  background-color:  url{'../img/1.jpg'} #FFF  !important
}

4-body, #page, header, .columns-container{

background: #FFF url{'../img/1.jpg'} !important
}
 
5-Many other forms...
Maybe url for image is not right? I uploaded it to the theme-img folder
 
A hand on this? I tried in minimal theme and in the bootstrap that comes with ps 1.6....
 
Thanks!!
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...