
Originally Posted by
CnTGifts
i have it on
EZ-Pages Display Status - HeaderBar 1
EZ-Pages Display Status - FooterBar 1
sideboxes/ezpages.php ON RIGHT 1 1 ON
Make sure in Administration area under Tools :: EZ-Pages that you have added links, set to display, to the EZ-Pages Header.

Originally Posted by
CnTGifts
Also what avout the redbar at the top how can i change that color
and the gray in the footer
In your stylesheet, the top red bar is this id: (ID's are represented by "#"; Classes by ".")
Code:
#topLinks{
float:right;
background:#900000;
margin: .9em auto;
width:74%;
}
The bottom grey area is:
Code:
#navSuppWrapper, #navCatTabsWrapper {
margin: 0em;
background-color: #2E2E2E;
padding: 0.5em 0.2em;
font-weight: bold;
color: #909090;
border-top:5px solid #000000;
height: 1%;
}
Simply change the two above ID's background-color to suit your liking. NavSuppWrapper also has a border applied to the top, if you want you can change that as well.
Hope this helps! 
Are you using V1.2 of the template?
-
Bookmarks