I have the color for the nav bar set but now I can't figure out how to change the font color. I just want to change the color on the buttons.
#navlist {
color:red;
background:#FAFAD2;
border-top-width:5px;
border-top-style:solid;
border-top-color:white;
border-bottom-width:2px;
border-bottom-style:solid;
border-bottom-color:#669933;
}
and I tried adding #navlist_effect { color:red; }
Does anyone have other ideas?