Quote Originally Posted by PinkLeopard View Post
.leftBoxHeading, .rightBoxHeading {
margin: 0em;
background-image: url(../images/redhead.jpg);
background-repeat: no-repeat;
background-color: #ca004c;
font-family: MyriadPro,verdana,arial,helvetica,sans-serif;
padding: 0.5em 0.2em;
color: #fff;
font-weight: bold;
}

why is my font still black in my heading?

h3#categoriesHeading {
font-size: 1.2em;
color: #fff;
line-height: normal;
}

I want my font to be white, have a background color & image header (I have that now).

I even used the information element by firefox..arrgghhh...
try adding a color attribute to these

h3.leftBoxHeading, h3.rightBoxHeading {
font-size: 1.2em;
line-height: normal;
color:#fff;
}