themeblvd / jumpstart

The most extensive WordPress theme for both users and developers from Theme Blvd
http://wpjumpstart.com
GNU General Public License v2.0
5 stars 2 forks source link

Change sub-indicator icon to angle #304

Closed themeblvd closed 6 years ago

themeblvd commented 7 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' );