Closed themeblvd closed 6 years ago
Change sub-indicator icon from caret to angle.
$args->link_after = apply_filters('themeblvd_menu_sub_indicator', sprintf( '<i class="sf-sub-indicator fa fa-caret-%s"></i>', $direction ), $direction );
/framework/general/menu.php
Also then remove filtering in agent base.
add_filter( 'themeblvd_menu_sub_indicator', 'jumpstart_ag_menu_sub_indicator' );
Change sub-indicator icon from caret to angle.
/framework/general/menu.php
Also then remove filtering in agent base.