Ralyn:
Fantastic design Clyde, but having trouble customizing the sideboxes. My client wants the better categories for the categories, information, more information, and ezpages boxes - but likes the original boxes for the other sideboxes.
My problem is that I cannot figure out how to take these out to the boxes that are in the template. I know it's probably something simple that I'm missing in the style sheet, but can't find it. Here is the site:
http://dkrumblis.gazebo-store.com/
All of the sideboxes (with the exception of the categories sidebox) are controlled by these declarations in the stylesheet.css
.leftBoxHeading, .rightBoxHeading {
margin: 0em;
background: url(../images/sidebox_header_bg.png) no-repeat #abbbd3;
padding: 0.5em 0.2em;
}
.sideBoxContent {
margin: 0;
padding: 0.4em 0.4em 1.5em 1em;
background: url(../images/sidebox_content.png) #ffffff;
background-position:bottom;
}
The categories sidebox is controlled by these declarations
#categoriesHeading {
margin: 0em;
background: url(../images/sidebox_header_bg.png) no-repeat #abbbd3;
padding: 0.5em 0.2em;
}
#categoriesContent{
padding: 0.4em 0.4em 1.5em 1em;
background: url(../images/sidebox_content.png) #ffffff;
background-position:bottom;
color: #3300FF;
font-size: 1em;
font-weight:bold;
}
#categoriesContent a, #categoriesContent a:hover {
color: #854401;
}