Go to the file location
templates/shaper_helixultimate/html/com_content/category/blog_item.php
Find out the code
[code type="php"]
<?php echo JLayoutHelper::render('joomla.content.info_block', array('item' => $this->item, 'params' => $params, 'position' => 'above', 'intro' => true)); ?>
[/code]
And replace with this code
[code type="php"]
<?php echo JLayoutHelper::render('joomla.content.info_block.block', array('item' => $this->item, 'params' => $params, 'position' => 'above')); ?>
[/code]