Răsfoiți Sursa

Fixed current page ancestor menu item

reference:
http://codex.wordpress.org/Function_Reference/wp_list_pages#Current-Page_Ancestor_Menu_Items
http://codex.wordpress.org/Function_Reference/wp_nav_menu#Current-Page_Menu_Items
José Luis Cruz 11 ani în urmă
părinte
comite
7968a0803d
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      library/scss/breakpoints/_481up.scss

+ 1 - 1
library/scss/breakpoints/_481up.scss

@@ -67,7 +67,7 @@ NAVIGATION STYLES
 			/* highlight current page */
 			li.current-menu-item,
 			li.current_page_item,
-			li.current-page-ancestor {
+			li.current_page_ancestor {
 				a {}
 			}  /* end current highlighters */
 		} /* end .menu ul */