Jump to content

Background image default theme


Recommended Posts

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 by rogue0104 (see edit history)
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...