If you want rid of the complete breadcrumbs block that the “you are here” is in please open templates>ja_kayanite>layouts>blocks>topsl.php and comment out the following code. Commenting out all that will completely remove the block. If you just want to edit the words then just adjust the section highlighted in red.
<!-- BREADCRUMS -->
<div id="ja-breadcrums" class="wrap">
<div class="main"><div class="ja-wrap1"><div class="ja-wrap2 clearfix">
<strong><?php echo JText::_('You are here')?></strong> <jdoc:include type="modules" name="breadcrumb" />
</div></div></div>
</div>
<!-- //BREADCRUMS -->