SyntaxFix
Write A Post
Hire A Developer
Questions
Try CSS:
<h2 style="color:#069">Process Report</h2>
If you have more than one h2 tags which should have the same color add a style tag to the head tag like this:
<style type="text/css"> h2 { color:#069; } </style>