For the sidebox separator:
Try this:
.sideBoxContent {
border-bottom: 2px;
}
for the navigation bar:
#navCatTabsWrapper {
border: 2px ;
}
One thing I would suggest is saving your logo as a .gif; it will be more crisp that way since it is only a two color image. It is a tad blurry as it is now.
Also, I'd add more colors to your site, vs. the grey and red. I included a purple header image, if you'd like to use that instead, open up includes/templates/simple_zen/css/stylesheet_new.css and change:
#navMainWrapper {
background: url(../images/gradient.gif) repeat-x;
margin-bottom:5px;
border-bottom:1px solid #333;
}
to:
#navMainWrapper {
background: url(../images/gradient_purple.gif) repeat-x;
margin-bottom:5px;
border-bottom:1px solid #333;
}



Could someone help me out?
Reply With Quote
