Sfoglia il codice sorgente

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 anni fa
parent
commit
7968a0803d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 */