veterinarul Hi
I think it's correct place to change things on category blog page.
You can take a look at this file: /templates/gk_reporter/html/com_content/category/blog_item.php
If you mean the text under the article's title, it's intro text of each article you set in backend of your site:
<?php if ($params->get('show_intro')) : ?>
<?php echo $this->item->introtext; ?>
<?php endif; ?>
This code (lines 97-99) will help to render that intro text.