Hi dannyreb,
If you want to display in home page also then a bit of code customization is required. Goto theme folder -> inc -> structure -> header-extension.php on line no 365 and 386 and remove this code
From line 365
if( ( ( '' != interface_header_title() ) || ( $interface_show_breadcrumb == 'true' && function_exists( 'bcn_display_list' ) ) ) && !( is_home() || is_front_page() ) ) {
and from line 386
}
We recommended you not to customize the code but if you really like to customize the code then we recommended you to create a child theme so that while updating to new version your customized code will not be lost. So better make a child theme before making any customization in the theme or make same changes each and everytime while you update to new version.
Thank you!