I'm trying to get my child theme to apply a dark blue (#106177) hover and current page color for my menu background instead of grey (#666666). What am I doing wrong?
can you post a link to your site? Tx.
annmariedavis.com
I'm not an expert but it looks like the parent theme styles are setting the background-color:
#navigation ul a:hover, #navigation ul .current-page-item, #navigation ul .current-menu-parent, #navigation ul .current-menu-item {
background: none repeat scroll 0 0 #666666;
}
in http://annmariedavis.com/wp-content/themes/portfolio-press/style.css
I'll try changing that. Thanks.
Nope. It didn't change anything.
this was the command I tried changing:
#navigation ul a:hover, #navigation ul .current-page-item, #navigation ul .current-menu-parent, #navigation ul .current-menu-item {
background:#666; in the parent
This topic has been closed to new replies.