Can someone tell me what file to look at in order to change the menus on this site from white to black letters. http://174.121.2.221/~stanthon/ I've looked at the style.css etc but maybe i'm just missing it somewhere... Thks
I see this: .navWrapper ul li a{ display:block; padding:0 12px; color:#fff; line-height:42px; font-style:italic; } .navWrapper ul li a:hover,.navWrapper ul li.active a, .navWrapper ul li.current_page_item a{ background:#b30d0d; } .navWrapper ul li a:hover:after, .navWrapper ul li.active:after, .navWrapper ul li.current_page_item:after{ border-color: #b30d0d transparent; border-style: solid; border-width: 14px 14px 0 0; bottom: -14px; content: ""; display: block; left: 0; position: absolute; width: 0; } But don't see "white" which is the current color to change.
Well, the color:#fff; in .navWrapper ul li a is white. #fff is hexadecimal colour code for white. Black would be #000