将类添加到当前发布祖先/当前菜单父项/当前发布父项的父项中

时间:2014-04-29 作者:Toskan

以下情况:

我有一个下拉菜单。目前,我们位于“Produkt Design”类别的单一岗位上

enter image description here

菜单中的类为menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-145我要应用特殊样式的父级,因为它是活动菜单项的父级,具有以下类

menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-151

我怎样才能让一个特殊的类显示在父级中?

See demo of the menu here

enter image description here

1 个回复
SO网友:john

您可以将css类添加到word press菜单图形界面中的菜单项。将类添加到父级或菜单项,然后使用css父级。

结束

相关推荐

Admin Theme customization

我遵循wordpress codex网站上关于通过插件创建管理主题的说明。我激活了插件,但我的样式表没有包含在<head>.. 这是我的代码:add_action( \'admin_init\', \'kd_plugin_admin_init\' ); add_action( \'admin_menu\', \'kd_plugin_admin_menu\' ); function kd_plugin_admin_init() { /* Register