Hi all,
Like so many others with questions, I'm new at CSS and though I've managed to figure out most of the changes I wanted, I'm stumped on a few points. I am using Coraline theme at http://www.frcic.wordpress.com.
1) In the main navigation menu, I have set the text color to a golden yellow and the hover color to a deep red. I've also managed to change the text colour to red when someone is on that page, but only in the primary navigation menu. I would like the sub-menu text of the current page to be red, but the text of other current submenu pages to be yellow. I had this working yesterday before I went to bed but today it's not working :( Here is the menu-related code I've got in there so far. I'm guessing I've got conflicts somewhere or something... (I'm really sorry if I haven't formatted it properly for the forum -- I think I'm doing it right...)
#access .main-navigation li.current-menu-item ul a {
color: #edc515!important;
}
#access .current-menu-item a, #access .current_page_item a {
background: none repeat scroll 0 0 #ffffff;
color: #c52727!important;
}
.menu-item a {
color: #edc515!important;
font-size: 14px;
background: none repeat scroll 0 0 #5b5145;
}
#access .children a, #access .sub-menu a {
color: #edc515!important;
}
#access ul a:hover {
color: #C52727!important;
}
#access ul ul a:hover {
background: none repeat scroll 0 0 #ffffff;
color: #C52727!important;
}
#access ul ul a {
background: none repeat scroll 0 0 #ffffff!important;
}
#access {
display: round;
}
2) The blog posts are located at main menu FRCIC, sub-menu News. I would like the text for News in the sub-menu to be red when users are on any blog pages (categories, tags, archives, etc.). I've been completely unable to figure this one out.
3) I would like "News" to be a generic title/header across the board for all blog pages, as listed above (in the same place page titles appear). From what I've found, it's not possible to add this, but I wonder if there's some type of backdoor work-around? For example, I saw somewhere that it's possible to move the date & author of a post above the post title -- would it then be possible to add extra text with padding to make it look like a page title?
Any help with these questions would be so very much appreciated. Thanks in advance for your suggestions! General feedback on the site is also welcome.
The blog I need help with is frcic.wordpress.com.