How do I change the color of the Header and Footer on the main page (and category box too). I have looked at the stylesheet.css file but I didn't find anything there.
How do I change the color of the Header and Footer on the main page (and category box too). I have looked at the stylesheet.css file but I didn't find anything there.
If you mean the green bars in the 'classic' template, search for tile_back.gif in the stylesheet. They all use the same image.
That worked great. The bottom of my category box is still green though. Is there a way to change this?
In the stylesheet:
.leftBoxContainer, .rightBoxContainer {
margin: 0em;
border: 1px solid #9a9a9a;
border-bottom: 5px solid #336633;
margin-top: 1.5em;
}
That part isn't done with an image like the header.
Can I also change the color of the text in the boxes?
Ok, I found it here:
A.category-top, A.category-top:visited {
color: #008000;
text-decoration: none;
}