Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m interested on this point too. How can i mark the current active page in the menu?

    Thanks! Marco

    Plugin Author JohnnyPea

    (@johnnypea)

    Currently selected menu item item has class current-menu-item or current-item-parent.

    Put this in your style.css

    .widget_advanced_menu .current-menu-item {
    	color: red;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Advanced Menu Widget] Highlighted Selection?’ is closed to new replies.