Jump to content

PrestaShop Template 1.4.5 - how to change Background


Recommended Posts

I changed Global.css

 

body{

font:normal 11px/14px Arial, Verdana, sans-serif;

background:#FCC;

background:url(../img/bgX1.gif) no-repeat;

color:#222;

}

 

but nothing changes

tried each of these line individually

 

background:#FCC;

background:url(../img/bgX1.gif) no-repeat;

 

any ideas?

Link to comment
Share on other sites

Solved ! :)

 

I was changing the CSS in the WRONG folder !!!

 

I installed the Theme a couple of weeks ago and made copy of it to work with

Later I was asked to change the background ....

I was working in the original folder

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