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 {If you're using Travel Template, use the following code instead:
font: $(post.title.font) !important;
color: $(link.color) !important;
}
h3.post-title {The code in place:
font: $(post.title.font) !important;
color: $(post.title.text.color) !important;
}
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.