open topsl.php located in /templates/ja_seleni/layouts/blocks directory.
Find this:
<!-- BREADCRUMBS -->
<div id="ja-breadcrumbs" class="wrap">
<div class="main">
<div class="inner clearfix">
<strong><?php echo JText::_('YOU ARE HERE')?> </strong><jdoc:include type="module" name="breadcrumbs" />
</div>
</div>
</div>
<!-- //BREADCRUMBS -->
Replace with:
<!-- BREADCRUMBS -->
<!-- <div id="ja-breadcrumbs" class="wrap">
<div class="main">
<div class="inner clearfix">
<strong><?php echo JText::_('YOU ARE HERE')?> </strong><jdoc:include type="module" name="breadcrumbs" />
</div>
</div>
</div> -->
<!-- //BREADCRUMBS -->
You just need to comment the code and it will remove the “YOU ARE HERE” text when you are not using breadcrumbs