Find this block of code in header.php and cut it from there:
<?php if(function_exists('bcn_display')) { ?>
<div class="breadcrumbs-wrap">
<?php if ($page_layout == "fullwidth") { ?>
<div class="container">
<div class="sixteen columns">
<?php } ?>
<div id="breadcrumbs">
<?php bcn_display(); ?>
</div>
<?php if ($page_layout == "fullwidth") { ?>
</div>
</div>
<?php } ?>
</div>
<?php } ?>
You will need to edit single.php and page.php, and paste it below where you see this:
<h1><?php the_title(); ?></h1>
Regards,
————————————————————————————————————
Cosmin
Support Assistant