Jump to content

Background image


zeezuiper

Recommended Posts

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?

post-426438-0-78748700-1415990881_thumb.jpg

Edited by zeezuiper (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...