danig Posted May 16, 2013 Share Posted May 16, 2013 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 More sharing options...
vekia Posted May 16, 2013 Share Posted May 16, 2013 hello if it is possible - please paste the url to your website we will try to help in this case regards 1 Link to comment Share on other sites More sharing options...
danig Posted May 16, 2013 Author Share Posted May 16, 2013 hello if it is possible - please paste the url to your website we will try to help in this case regards www.dnjworld.info Link to comment Share on other sites More sharing options...
vekia Posted May 16, 2013 Share Posted May 16, 2013 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 1 Link to comment Share on other sites More sharing options...
danig Posted May 16, 2013 Author Share Posted May 16, 2013 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 More sharing options...
vekia Posted May 16, 2013 Share Posted May 16, 2013 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'); 1 Link to comment Share on other sites More sharing options...
danig Posted May 16, 2013 Author Share Posted May 16, 2013 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 More sharing options...
vekia Posted May 16, 2013 Share Posted May 16, 2013 hello you have to be sure that you edit this file: http://www.dnjworld.info/themes/default/css/global.css located in themes/default/css/ directory 1 Link to comment Share on other sites More sharing options...
danig Posted May 16, 2013 Author Share Posted May 16, 2013 hello you have to be sure that you edit this file: http://www.dnjworld..../css/global.css located in themes/default/css/ directory GOD BLESS YOU ! Thank you so much, have a great day Sir Link to comment Share on other sites More sharing options...
vekia Posted May 16, 2013 Share Posted May 16, 2013 you're welcome i marked this thread as solved if you've got any other questions related to this thread - feel free to continue discussion here regards 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