zeezuiper Posted November 14, 2014 Share Posted November 14, 2014 (edited) I added the following code to my default themed out-of-the-box Prestashop 1.6 site (global.css): #page, header, .header-container { background: none!important; } body { background-image: url("img/bg.jpg")!important; } However, this code is not working at all . When I replace the URL with a full URL (http://domain.tld/img/bg.jpg) I do get the background on the two headers. How should I specify the url so it is working relatively? Second question. I also want the background image on both sides of the content, so on the outer containers, something like the attached image. How can I do this? Edited November 14, 2014 by zeezuiper (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts