Hi lunarview22
Do you mean the time in this section?

You can open this file:
/templates/ja_magz_ii/html/mod_articles_category/articlelist.php
Paste into this directory:
/templates/ja_magz_ii/local/html/mod_articles_category/
If the local folder doesn't exist now, just create it.
Then open that file: /templates/ja_magz_ii/local/html/mod_articles_category/articlelist.php
Find and remove this snippet of code:
<?php if ($item->publish_up) : ?>
<dd title="" class="published hasTooltip" data-original-title="Published: ">
<time itemprop="datePublished" datetime="<?php echo $item->publish_up; ?>">
<?php echo JATemplateHelper::relTime($item->publish_up); ?>
</time>
</dd>
<?php endif; ?>
