Quote Originally Posted by esugrue View Post
Hi Jade and All:

I am using Cherry Zen and think it looks elegant and classy... but want o ask a design question ...

I wish to create the effect that the visitor is not being `dumped' into a shopping cart per se and also incorporate information pages before to edge them to buy. The information pages I am doing via EZPages.

To get the effect of a full website I was going to land the visitor on a `Welcome EZPage' with no sidebox columns.

So they would navigate via the Header Bar and Footer Bar if they wish to other Reference Pages. One of the Header Bar links would be Shop Now or something which would take them to the shopping carts `real' homepage - and bring back the sideboxes etc.

Does that make sense and would that be the most efficient way to go, I figured this way the look and feel wouldn't change as they go from the `regular' information website (EZPages) to the Shopping Cart.

Ernie
It will be easy to remove sideboxes on the home page, since the home page has its own selector. The code below will remove sideboxes from the home:

Code:
#indexHomeBody #navColumnOne, #indexHomeBody #navColumnTwo {display:none;}
#indexHomeBody .float-wrap {margin:none!important;width:100%;}
#indexHomeBody .outer {padding:0;width:98%;margin:0 auto;}
#indexHomeBody #contentMainWrapper {background:#ffffff;}
Then you could JUST have text on your home page, that is defined in your "Define Pages Editor" in your admin.

I'll let you think about what you want to do from there, but the above is a quick way to remove all sideboxes from home.