rogue0104 Posted September 2, 2013 Share Posted September 2, 2013 (edited) Hey there guys, ..i would like to add my own bacground image (dafault theme),..tried this code which i used on my other shops, zencart, open cart,..works great, but in prestashop, after the code below is added , half of the background is the image and half is just white color. any help? code : body { background: url(exampleimage.jpg) no-repeat center center fixed; position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto; z-index:2; auto;-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;} thx Edited September 2, 2013 by rogue0104 (see edit history) Link to comment Share on other sites More sharing options...
rogue0104 Posted September 2, 2013 Author Share Posted September 2, 2013 solved this one already here is the code: .......................... background:#fff url(your image url) no-repeat center center fixed; background-size: cover; Link to comment Share on other sites More sharing options...
geolan Posted September 3, 2013 Share Posted September 3, 2013 Hi! Hope you can help on this, how do i change the grey/black bg color on block in my shop e;g www.tangoafricasafaris.com i want to use brown on all places with black then retain white bg 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