You can open the file:
ROOT/templates/ja_alpha/html/com_content/article/default.php
Find this snippet of code:
<?php if ($params->get('show_title')) : ?>
<h2 itemprop="headline">
<?php echo $this->escape($this->item->title); ?>
</h2>
<?php endif; ?>
and change to H1 tag as you wish.