Background color --- everything that you want to change as far as color is in the css file. Have you tried playing around with the css? For instance... if you look at the body tag in the css file, it has a background color (background:#999;). Try changing that. You never know.![]()
![]()
If you look at the page source, you can see that the sideboxes are controlled by:
#navColumnOne (left side) and #navColumnTwo (right side)
The center stuff is controlled by:
.centerColumn
Just add the background colors you want to those.
What I do when I want to change css in a site, is to first look at the source, and find what section I'm wanting to change, then find that tag in the css.



Reply With Quote

