I was able to get the right side element cleared with
#breadcrumbs{
display: none;
}
But I haven’t figured out the left side element yet. I think this is the code. I have tried to use #back-home and #ti-angle-left but neither seems to be correct.
<div class=”back-home pull-left col-md-4 col-sm-4 col-xs-12″>
<span class=”ti-angle-left”>
</span>back to home
</div>