
Originally Posted by
newkernel
Thanks jetture.
It's work!But the back color of the sidebox still show in the homepage.If I change the color to white,the box shape will lose.
I was puzzled how to do it.Please help me!

Code:
#indexHomeBody #logoWrapper, #indexHomeBody #navColumnOne, #indexHomeBody #navColumnTwo, #indexHomeBody #navCatTabsWrapper, #indexHomeBody #navEZPagesTop {display:none;}
#indexHomeBody .outer, #indexHomeBody #content {padding:0 0 0 1em!important;}
#indexHomeBody #contentMainWrapper {
background:none;
background-color:#fff; /*background color for the main "content" of the site */
}
#indexHomeBody #contentMainWrapperb {
background: none;}
}
To get rid of the shadow on the home page only:
Code:
#indexHomeBody #nw, #indexHomeBody #ne, #indexHomeBody #se, #indexHomeBody #sw, #indexHomeBody #n, #indexHomeBody #s, #indexHomeBody #w, #indexHomeBody #e {background:none;}
Bookmarks