Hi ~ I am trying to change the color of the fonts on my site - http://www.designsbyj3.com
I have read everything I can get my hands on, I have changed, altered the css a million times and nothing I try is working!
Example the right and left box's - some are in white font, some are in black. I am trying to change them all to white.
/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
margin: 1em 0em;
}
.centerBoxWrapper {
border:1px solid #9A9A9A;
height:1%;
margin:1.1em 0pt;
}
h2.centerBoxHeading {
color:#FFFFFF;
font-size:1.3em;
/*sideboxes*/
}
.columnLeft {
}
h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading a {
color:#FFFFFF;
font-size:1em;
}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
color:#FFFFFF;
font-size:0.9em;
}
.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
background-color:#ffffff;
background-image:url(../images/tile_back.gif);
margin:0em;
padding:0.2em;
}
.leftBoxContainer, .rightBoxContainer {
border-color:#ffffff rgb(154, 154, 154) rgb(51, 102, 51);
border-style:solid;
border-width:1px 1px 5px;
margin:1.5em 0em 0em;
}
.sideBoxContent {
background-color:#FFFFFF;
padding:0.4em;
}
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
color:#FFFF33;
text-decoration:none;
}
.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
color:#FFFFFF;
}
I am completely at a loss! If anyone could please help me I would be forever in your debt! lol
Yes I have Firefox web developer - as well as Firebug - they don't tell me diddly!
Thank you in advance!





