nexzuis Posted August 13, 2014 Share Posted August 13, 2014 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 More sharing options...
vekia Posted August 14, 2014 Share Posted August 14, 2014 instead of backgrund-color param background: url('here url to your image') #FFF; Link to comment Share on other sites More sharing options...
nexzuis Posted August 14, 2014 Author Share Posted August 14, 2014 Hi vekia, Thanks for the reply. If I upload the image to my webserver to the img file. How do i know what the links is? thanks Link to comment Share on other sites More sharing options...
nexzuis Posted August 14, 2014 Author Share Posted August 14, 2014 I have now change the line to this: background: url('public_html/deltanetixco/img/4f2742a92ced515059e6a9de98ed6b40') #FFF; } and it doesnt seem to be working Link to comment Share on other sites More sharing options...
nexzuis Posted August 14, 2014 Author Share Posted August 14, 2014 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 More sharing options...
HH Services Limited Posted April 30, 2015 Share Posted April 30, 2015 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 More sharing options...
HH Services Limited Posted April 30, 2015 Share Posted April 30, 2015 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 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