Hi,
WooCommerce has separate breadcrumbs system. That’s way you still see text “You are here”.
You can change this in file “elvyre / woocommerce / woocommerce.php” on line 3:
Change:
$before_text = __('You are here: ', 'pi_framework');
to
$before_text = __('', 'pi_framework');