Sponsored Links

Monday, July 22, 2013

blogger: how to hide post title

Advertisements

How to hide Post Title in Blogger

You may be looking for some good java script or CSS to enhance your blogging experience.  Sometime you find it is irritating that your blog shows your post title you have mentioned while writing a blog on any subject. You have tried to get away with it through "customize"  option and choosing lower font size and matching background color of the screen. 
But you can hide the blog post title with a tiny css script. You have to put the following style script in between head tags. For that you need to go to Edit Template and paste below script in between <head> and </head> tag.

// paste in-between head tags
// this to hide post title
<style>
.post-title {display:none;}

</style>
Related Topic: setup your custom home page for your blog site.

GO TO INDEX PAGE

Advertisements:


   




No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Author