zmand13
Hi
If you want to remove or change the icon code
Open template folder/\html\mod_articles_category/grid.php
Find this
<?php if ($extrafields->get('link_1')) : ?>
<div class="event-time">
<i class="fa fa-clock-o"></i> <?php echo $extrafields->get('link_1'); ?>
</div>
<?php endif; ?>
Remove full code if you want to remove extra fields.
Remove or change icon from this code <i class="fa fa-clock-o"></i>
You can see 2 more extra field code in the same file.
Regards