Jump to content

Change Background


Recommended Posts

I just PM'd you

 

Easy.

 

Open your global.css from the directory "theme" -> "prestashop" -> "css"

 

Find the file global.css

Edit line 211 where you can see:

 

 

 

 

#page {

 

width
: 980px;

margin
: 0 auto 2px auto;

text-align
: left;

}

 

Insert "background:white;" so it is now...

 

 

 

 

#page {

 

background:white;

width
: 980px;

margin
: 0 auto 2px auto;

text-align
: left;

}

 

And Done! Good luck! Pm me if you have further problem.

  • Like 1
Link to comment
Share on other sites

Easy.

 

Open your global.css from the directory "theme" -> "prestashop" -> "css"

 

Find the file global.css

Edit line 211 where you can see:

 

 

 

 

#page {

 

width
: 980px;

margin
: 0 auto 2px auto;

text-align
: left;

}

 

Insert "background:white;" so it is now...

 

 

 

 

#page {

 

 

background:white;

width
: 980px;

margin
: 0 auto 2px auto;

text-align
: left;

}

 

And Done! Good luck! Pm me if you have further problem.

 

 

You are a star, Thank you for coming back to me so quickly.

Link to comment
Share on other sites

×
×
  • Create New...