CoNfUsEd :dontgetit
this is what i see:
/* This section controls the colors for the site. Change red (default) to one of these options: orange, yellow, green, blue, purple, or grey) */
input#searchTop {
background: url("../images/black/rounded-search-input-top.gif") top left no-repeat;
}
#navMainWrapper {
background:url("../images/black/header.gif");
}
h3.leftBoxHeading, h3.rightBoxHeading {
background: url("../images/black/sideboxbg.gif");
}
#navMain a {
background:url("../images/black/tableftE.gif") no-repeat left top;
}
#navMain a span {
background:url("../images/black/tabrightE.gif") no-repeat right top;
}
#navMain a span.last {
background:url("../images/black/tabrightE_last.gif") no-repeat right top;
}
/* end main color changes */
Where do I put the #ffffff?
newagekat:
open the main stylesheet.css, as mentioned, and just before the comment
/* end main color changes */past the code. change yourColor to white (#ffffff) or whatever color you prefer.