Customizing Step Title formatting in Blog Templates
View Your Blog Templates
Open your preferences window and select HTML Templates > Blog.
Review Template Folder
Right click on the template you want to edit and select Reveal Template Folder.
Duplicate the folder
Duplicate the folder and rename it.
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.
Save and Use
Now just save the file and use it the next time you want to upload a post to your blog.
Kevin Lossner
Super, Greg! That's a great help :-)