Customizing Step Title formatting in Blog Templates
Review Template Folder
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.
Save and Use
Now just save the file and use it the next time you want to upload a post to your blog.
Super, Greg! That's a great help :-)