While blogs started as web logs or weblogs (chronological publication of personal thoughts or diary) and thus characteristically have a date header like the one above this post, but because blogs have now become a convenient way of putting content online, many have been using blogs for other purposes more like a typical website, many bloggers want to get rid of the typical date header.
That is not difficult to do. Sign into Dashboard > Design > Edit HTML to open the template editor and look for the block of code like the one below (for the Minima template, yours depending on your template may be slightly different):
/* Posts
-----------------------------------------------
*/
h2.date-header {
margin:1.5em 0 .5em;
}
and just add this line: visibility:hidden; for example like below:
/* Posts
-----------------------------------------------
*/
h2.date-header {
visibility:hidden;
margin:1.5em 0 .5em;
}
and the date header will be gone.
Jul 14, 2009
How to hide blog date header
Related Posts
How To Connect With Rss Graffiti On Facebook 1. First make sure you are logged into the Facebook profile you want to automatically update, or the account that controls your Fan Page. 2. Follow this link to the Rss Graffiti app page - Rss G ... readmore
Alot of people keep asking me about a new social bookmarking and sharing widgets, Since I love jQuery, i thought about try to customize a new sharing widget specially for blogger that using the new ... readmore
5 Best Websites For Free Blogger TemplatesBlogger.com is the best platform for anyone to start his blogging career for free of cost. In the past, there were not much designers for blogger templates so the resources too were very few. But now ... readmore
How to center post title (customization)If you want to center (or align left or align right) the post title, sign into Dashboard > DESIGN > EDIT HTML to open the template editor and search for .post h3 (use ctrl+F) or code that may l ... readmore
How To Add Your Recent Youtube Video List To Your BlogLots of bloggers are dedicated You Tube users so this tip will allow you to add a gadget to your blog listing your latest YouTube videos or videos from any YouTube user you may like.The gadget is v ... readmore
Complete Guide To Adding The New Static Pages And Menu To BloggeBlogger in draft this week announced a great new and much sought after feature simply called 'Pages'.Upon it's release i wrote a post informing you about it but you may have felt short changed as i ... readmore
how to add pages as menusBlogger pages let you to publish static information on stand-alone pages linked from your blog. For example, you can use pages to create an About This Blog page that discusses the evolution of your b ... readmore
New Blogger Tag Cloud / Label CloudInstructions for creating a multi-colored tag cloud on Blogger. First you obviously have to have a blog on Blogger, and you MUST be using the layouts templates, (this isn't available for classic tem ... readmore
How to add FaceBook Like Button For Blogger ( BlogSpot ) And Customize ItStep 1. adding it to your template. The button code, <b:if cond='data:blog.pageType == "item"'> <iframe allowTransparency='true' expr:src='"http://www.facebook.co ... readmore
Get The Animated Sharing Is Caring Social Bookmark Set For Your BlogGet The Animated Sharing Is Caring Social Bookmark Set For Your Blog This tutorial teach you how to add the animated 3D social bookmark set 'Sharing Is Caring' to your blog. The buttons still ... readmore
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment