Jump to content

[solved] background img


Recommended Posts

Hi there, I got a problem in changing the background img in the theme i got installed. theme is one of the free that prestashop has. cannot get into the right coding i guess. anyone there volonteering ?

thank you a million. prestashop version, the last one.

Link to comment
Share on other sites

in global css, line 53 you've got:

 

background: url(../img/bg_'tissue.png');

 

here is a little bug with 'tissue.png'

 

use this code:

 

background: url('../img/bg_tissue.png');

 

 

but remember that: http://www.dnjworld....g/bg_tissue.png picture must exists !

for now - 404

i am getting so crazy, not clicking on the link above i can see the pic, but still it dont appear on my site. am i sick or something? thank you
Link to comment
Share on other sites

global.css line ~53

 

background: url(../img/bg_'tissue.png');

 

still the same code, you have to change it to:

 

background: url('../img/bg_tissue.png');

to me i did it , to you i didnt . i am not a code girl , sir , sorry for that
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...