我只想扩展侧栏菜单的活动部分,隐藏与实际选择无关的部分。就像它是如何在每个类似浏览器的文件管理器上完成的,或者它是如何使用手风琴菜单的。
在默认的二十十主题中,这是活动子菜单的类定义:
menu-item menu-item-type-post_type menu-item-object-page current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor
这是一个非活动子菜单:
menu-item menu-item-type-post_type menu-item-object-page
所以我在考虑使用类似于:
li .menu-item ul .sub-menu { display: none; }
li .current-menu-parent ul .sub-menu { display: inherit; }
你喜欢这个工作吗?这一定是一个相当普遍的问题,但我还没有找到一个与谷歌单一的解决方案。
为了了解为什么菜单变小很重要,我正在开发一个网站,这里的菜单过于复杂:http://kek.org.hu/kozossegikertek