wp nav menu – highlighting current page not working properly [closed]

Since the text that displays your navigation is made out of anchor points, which has the color: #333333; assigned, you’ll have to add the .current-menu-item color to the anchor itself:

#header nav .current-menu-item a {
color: #c6e000;
}