Hi,
@Paddaman – Please open to edit functions.php at /wp-content/themes/dante/
1-Find this code at line 140
wp_register_style('fontawesome', SF_LOCAL_PATH .'/css/font-awesome.min.css', array(), NULL, 'all');
Replace with
wp_deregister_style('fontawesome');
wp_register_style('fontawesomeNew', SF_LOCAL_PATH .'/css/font-awesome.min.css', array(), NULL, 'all');
2-Find this code at line 147
wp_enqueue_style('fontawesome');
Replace with
wp_enqueue_style('fontawesomeNew');
Hopefully it will work sure . And upgrade to latest theme version 2.16 to fix rest of all issues .
Thanks ๐
With Best Regards
Swift Ideas