Hello regme111,
You can take a look at this post.
You have to comment out or delete code in file ja_teline_iiilayoutsblocksheader.php
<p class="ja-day">
<?php
echo "<span class="day">".date ('l')."</span>";
echo "<span class="date">, ".date ('M')." ".date ('d').date ('S')."</span>";
?>
</p>
<p class="ja-updatetime"><span><?php echo JText::_('Last update')?></span><em><?php echo $this->getLastUpdate(); ?></em></p>
For Breadcrump path, look in file mainnav.php:
Look for code
<div class="ja-breadcrums">
<strong><?php echo JText::_('You are here')?></strong> <jdoc:include type="module" name="breadcrumbs" />
</div>
The text ‘You are here’ is hardcoded; you can change or delete it here.
Good luck,
Micrantha