Customizing Step Title formatting in Blog Templates
Review Template Folder

Right click on the template you want to edit and select Reveal Template Folder.

Here I have renamed the folder to "My Blog Template".
Update Styling Info

If you look for the [-- START STEP TITLE --] section you will see the formatting that will be used for the step title. The default is an h3 tag but you can change this to any tag you would like. The only part you need to keep is the %Title% string (that is where the title gets inserted.
If you want to add inline styling to the tag just update the text in the style attribute. For example, I could enter the following:
style="font-size:14px;font-style:italic;color:#CC6600;font-weight:normal;"
That would give me an h3 tag that is orange, italic, not bold and 14 pixels in size.
Kevin Lossner
Super, Greg! That's a great help :-)