Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter metaglyphics

    (@metaglyphics)

    I got around it by adding some jQuery to find and remove a class:

    $(document).ready(function(){
    	$( ".menu-item-has-children" ).removeClass( "wpb-submenu-indicator-minus" );
    	$( ".current-menu-ancestor" ).addClass( "wpb-submenu-indicator-minus" );
    });
    Plugin Author WPBean

    (@wpbean)

    Good to know you found it.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Expanded Icon’ is closed to new replies.