Hey Danny,
Thanks for the help! I tried plugging those lines into my style.css, but I’m not seeing any different result. Is there a particular place I should be sticking them?
First I tried after here, because that’s where I found the gray:
#access a {
color: #83878e;
display: block;
line-height: 38px;
padding: 0 10px;
text-decoration: none;
}
When that didn’t work, I tried after here:
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
color: #004261;
}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
color: #004261;
}
Thanks for your help. And a very Merry Christmas =]