Blogger Post Title Changes Color on Post Page

In some of the designer templates, the post titles will have a different appearance in post pages, when compared to the post titles in the homepage. Often, the title's font is smaller and has plain font color. In some templates, the font is completely different.


Why is it so? Well, it is made that way. Nothing is wrong with it. But you can make the post titles in post pages look like the ones in the homepage, easily.


If you're using the old Blogger interface: Go to Dashboard - Design - Edit HTML - Back Up (Download Full Template) - 

If you're using the new Blogger interface: Go to Dashboard - Template - Backup/Restore - Download Full Template - Close -  Edit HTML - Proceed -

Find for for the following line: /* Posts ----------------------------------------------- */ - Paste the following directly below it - Save Template:
h3.post-title {
font: $(post.title.font) !important;
color: $(link.color) !important;
}
If you're using Travel Template, use the following code instead:
h3.post-title {
font: $(post.title.font) !important;
color: $(post.title.text.color) !important;
}
The code in place:

That will be all folks. Hope you guys are finding the new Blogger UI shiny and useful. If you need help with anything, use the contact form to get in touch with me. Cheers and God bless.