From 98a66f312a47b4c8bfacba92371dbb50e0507dfa Mon Sep 17 00:00:00 2001 From: MickeyKay Date: Tue, 1 Apr 2014 17:30:01 -0700 Subject: [PATCH] Improved active/parent/ancestor menu link CSS. --- style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 7b39b83..a4e8446 100644 --- a/style.css +++ b/style.css @@ -1512,12 +1512,14 @@ Site Navigation .nav-secondary a:hover, .nav-secondary .current_page_item > a, -.nav-secondary .sub-menu .current_page_item > a:hover { +.nav-secondary .current_page_ancestor > a, +.nav-secondary ul .current_page_item > a { color: #111; } -.nav-secondary ul .current_page_item > a { - color: #111; +.nav-secondary .current_page_item > a, +.nav-secondary .current_page_ancestor > a { + font-weight: normal; }