Jump to content

[SOLVED] Adding background image not working


Recommended Posts

Hello,

 

I try to add background image to my template. I use default template and i followed this topic :

 

http://www.prestashop.com/forums/topic/225206-solved-how-to-add-a-background-image-ps-1531/

 

and found global.css in /httpdocs/themes/default/css/ and changed like this :

 

body {
        font: normal 11px/14px Arial, Verdana, sans-serif;
        color: #222;
        background: #fff url('../img/bgBody.jpg');
}

 

I uploaded my bgBody.jpg to /httpdocs/themes/default/img directory and set the file's permission to 664.

 

I set "theme Force compile" and turned off the cache. Tried to load again. But no luck. No response, no error. Just the same page.

 

What should i do?

 

Opti

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