Hello, I am working on my own site now (laurafern.wordpress.com), really just playing around with different things to learn a little more CSS and also make it pretty --
I changed the color of the page navigation for the pages I one is not in under this section:
ul#nav li a {
I changed the background and text color easily here. It seemed then, that the color for the tab that is highlighed, or the page one is viewing, would be a few lines down under:
ul#nav .current_page_item a,ul#nav .current_page_item a:hover {
and while I can change the text color on that one just as I could in the first part, the "background" color won't change. Anyone know much about regulus, or suggest somewhere else I might have to dig for this?