carlucci
Hi
The option is linked with page heading so it will display.
I removed this code
<?php if ($this->params->get('show_category_title', 1) or $this->params->get('page_subheading')) : ?>
<h2> <?php echo $this->escape($this->params->get('page_subheading')); ?>
<?php if ($this->params->get('show_category_title')) : ?>
<span class="subheading-category" itemprop="headline"><?php echo $this->category->title;?></span>
<?php endif; ?>
</h2>
<?php endif; ?>
From file file "/html/com_content/category/xblog.php" in template "ja_teline_v".
Now you will not see the same.
Regards