Jump to content

Recommended Posts

Hi Folks,

 

I have read many forums here on how to change the background image on Prestashop..

 

I have followed the instructions exactly, even tried a few permutations of the code..

 

I am using PrestaShop version: 1.5.6.2

 

My Code

 

/* ************************************************************************************************
        generic style
************************************************************************************************ */
body{
    font:normal 11px/14px Arial, Verdana, sans-serif;
    background:#000 url('../img/bg.jpg');
    background-position: center top
    color:#555;
    background:#000
}
body.content_only {
    background: #FFF;

}

 

Now I am not seeing the image at all, no change, no erros either..  I have even used full URL path to image..   is there somehting I am missing here ?

 

Any help woul dbe appricated..   the link to my test page is.

 

http://xgames.net.au/presta/

 

Thanks in adavnce,
 

 

Jasper

 

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...