Change Blogger Dynamic View Post Title Color


While we wait for Blogger to introduce template customising options to Dynamic View, here's how you can change your Post Title's color (in Dynamic View). This is a respond to an anonymous blog reader. I figured the answer will serve better as a post rather than a comment-reply.

If you're using the old Blogger interface: Go to Dashboard - Design - Template Designer - Advanced - Add CSS - paste the following code - Press enter after the last character of the last line } - Apply to Blog.

If you're using the new Blogger interface: Go to Dashboard ('House' symbol) - Template - Customize - Advanced - Add CSS - paste the following code - Press enter after the last character of the last line } - Apply to Blog.
h1.title a{
color: #0033CC;
}
See the weird number in the code above (#0033CC)? That is the hex for your color. You can generate your own hex for a color of your choice by going to the following useful link:

Hex Color Code Generator

Enjoy folks.