Answered
Transparent box over text
There is a center column of text that appears to have a transparent box over it, making the text and graphics lighter. Any help in getting rid of it? 
There is a center column of text that appears to have a transparent box over it, making the text and graphics lighter. Any help in getting rid of it? 
In your 3col_leftNav.css file, you have set the opacity of the #content element to 50%
#content{
float: left;
width: 53%;
background-color: #FFF;
opacity: .5;
color: #000;
}
...remove the opacity setting and it will come back.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.