Do this:
1. Open up the index.php file of your theme
2. Look for this: <?php the_title(); ?>
3. See if this function is wrapped in h1 or not.
If not, change it to h1.
You're done!
You also want to check the page.php and post.php. Index.php is usually just the home page section where it shows the posts.
Doesn't the SEOpressor plugin give you the ability to add H1 tags with a drop-down or am I mistaken?
Or the easiest way....Go to post then highlight the title and then click on the "paragraph" tab on the menu bar. This will bring you drop-down menu. "Heading 1" is for H1, "Heading 2" is for H2 and "Heading 3" is for H3. Of course you can change the sizes by clicking the "font size" tab. I hope this answer you question.