Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kurudrive/96f8b34133361789bd38100cfed087db to your computer and use it in GitHub Desktop.
Save kurudrive/96f8b34133361789bd38100cfed087db to your computer and use it in GitHub Desktop.
.subSection .page_item_has_children li,
.subSection .menu-item-has-children li,
.sub-section .page_item_has_children li,
.sub-section .menu-item-has-children li{
display:none;
}
.subSection .page_item_has_children.current_page_item li,
.subSection .menu-item-has-children.current-menu-item li,
.sub-section .page_item_has_children.current_page_item li,
.sub-section .menu-item-has-children.current-menu-item li{
display:list-item;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment