Hi, I am trying to change the background and text color for my main menu and hover/dropdown tabsin the Forever theme. My site is madisonkatephotography.wordpress.com.
I saw a similar post about this, but couldn't figure out how to apply it to my page. (http://en.forums.wordpress.com/topic/changing-the-hover-color-for-main-menu-in-the-sundance-theme?replies=6#post-832872)
The hover background color and dropdown menu are currently black, but I would like it to be a light blue. I'd also like to change the dropdown text to a different color. Here is my current CSS for the main menu:
.menu {
font-family:Trebuchet MS,Arial,Helvetica,"Nimbus Sans L",sans-serif;
font-weight:bold;
}
#access ul li.current_page_item > a,#access ul li.current-menu-ancestor > a,#access ul li.current-menu-item > a,#access ul li.current-menu-parent > a {
color:#3366CC;
}
#access a {
color:#3366CC;
}
#access li:hover > a,#access ul ul:hover > a {
color:#FFFFFF;
}
Any help would be appreciated!
The blog I need help with is madisonkatephotography.wordpress.com.