Hi
If you want to remove it then open this file
templatesja_nexblockstopmenu.php
[PHP]?>
<p class=”ja-day”>
<?php
echo “<span class=”date”>”.date (‘d’).”</span>”;
echo “<span class=”month”>”.JText::_(strtoupper(date (‘F’))).”</span>”;
echo “<span class=”year”>”.date (‘Y’).”</span>”;
?>
</p>
<?php if($this->countModules(‘topmenu-left’)) : ?>
<jdoc:include type=”modules” name=”topmenu-left” />
<?php endif; ?>
<?php if($this->countModules(‘topmenu-right’)) : ?>
<jdoc:include type=”modules” name=”topmenu-right” />
<?php endif; ?>
[/PHP]
remove the p class ja-day so you will have
[PHP]?>
<?php if($this->countModules(‘topmenu-left’)) : ?>
<jdoc:include type=”modules” name=”topmenu-left” />
<?php endif; ?>
<?php if($this->countModules(‘topmenu-right’)) : ?>
<jdoc:include type=”modules” name=”topmenu-right” />
<?php endif; ?>[/PHP]
save the file and clean your jat3 cache