Quote Originally Posted by esugrue View Post
Hi Jade:

Thanks for the tip, I shall try it. I'll probably also use EZPages as other reference pages etc..

When I go to Admin / EZPages and remove/hide the left and right side boxes, the body of the page changes from a white background to the same colour as the whole background (blue) - any idea what I've done wrong or how to fix it back to white.

Eg: http://thrivingstores.com/store/inde...id=1&chapter=1

Ernie
Are ALL your ezpages going to be without sideboxes? if so, I think you'll need to add code similar to the above I pasted for your home page, like this:

Code:
#pageBody #navColumnOne, #pageBody #navColumnTwo {display:none;}
#pageBody .float-wrap {margin:none!important;width:100%;}
#pageBody .outer {padding:0;width:98%;margin:0 auto;}
#pageBody #contentMainWrapper {background:#ffffff;}

Also, DO NOT turn off the left and side rightboxes in the EZPAGES section (turn them back on), instead, use the code above.