Page 1 of 1

how to turn off colorbar in "3 column" theme

PostPosted: Thu Nov 17, 2011 7:57 pm
by aramazd88
folks, I like to turn off colorbar in my template no matter what I do I am not able to. since my banner/Logo needs to be large and visible these two graphic bars do not allow it( not fully visible).
i am using "3 column" theme layout and also this is where you will see TEXT-A ( in page layout)

Re: how to turn off colorbar in "3 column" theme

PostPosted: Mon Nov 21, 2011 11:36 am
by ShopSite Lauren
You can add the following CSS code onto all pages (such as in the header field).
<style type="text/css">#colorbar {display: none;}</style>