Viewing 1 replies (of 1 total)
  • Plugin Author wizzud

    (@wizzud)

    Try adding a CSS rule for .current-menu-item > a, eg.

    .current-menu-item > a {border: 1px solid #ffff00;}

    If you need to restrict it to just the CMW plugin then…

    .widget_custom_menu_wizard .current-menu-item > a {
        border: 1px solid #ffff00;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Highlight current page’ is closed to new replies.