Dear DT Vo,
Please go to your_site\templates\sj_teen\html\mod_sj_k2_meganews\teen-news.php and find:
<div class="info-extend">
<span class="published"><?php echo JText::_('YT_PUBLISHED') ; ?> <?php echo JHTML::_('date', $item_first->publish_up, JText::_('YT_DATE_FORMART2')); ?></span>
<span class="hits"><?php echo $item_first->hits;?> <?php if ($item_first->hits>1) echo JText::_('YT_HITS') ; else echo JText::_('YT_HIT') ;?></span>
</div>
=>
<!--<div class="info-extend">
<span class="published"><?php echo JText::_('YT_PUBLISHED') ; ?> <?php echo JHTML::_('date', $item_first->publish_up, JText::_('YT_DATE_FORMART2')); ?></span>
<span class="hits"><?php echo $item_first->hits;?> <?php if ($item_first->hits>1) echo JText::_('YT_HITS') ; else echo JText::_('YT_HIT') ;?></span>
</div>-->
Thanks