My website is mainly black and white. Black background and white text mostly. I changed the:
div, th, td, p, input, select, textarea, tt, button {
main.css (line 20)
color:#FFFFFF; I changed this to white
font-family:verdana,arial,helvetica,sans-serif;
font-size:13px;
to make the overall text white.
Now the Search Box, Select Language Box, and Login Box all have white text instead of black. When I check the CSS with Firebug the color: #000000 is crossed out:
#header .languages label {
main.css (line 496)
color:#000000; this part is striked through or crossed out?
font-size:12px;
line-height:21px;
how do I make the text black in the boxes and leave the white text alone? Thanks to for everybodies help.