Blogger has a feature of displaying Post date in the header of pots. This feature enable readers to know that on which date this post was created. There are some bloggers like me who don’t want to display Date in the header of posts. Today in this Blogger tutorial I’m writing about How to Hide Post Header Date in Blogger. This is a simple tutorial which will show you two (Simple & Advanced) ways of Hiding Post Header date in Blogger. You can use any one of them to Hide Post Header Date in Blogger. Let’s know How to Hide Post Header Date in Blogger.
Hide Post Header Date in Blogger
Method 1:
1. Go to Blogger Overview >>> Layout >>> Click “Edit” in the “Blog Posts” section.
2. Un-check the first option of “Post Pages Options” which displays the Date in the Post header.

Hide Post Header Date in Blogger
3. After un-checking this option, Date will not be displayed in the header of your posts. This is an easy method to Hide Post Header Date in Blogger.
Method 2:
1. Go to Blogger Overview >>> Template >>> Customize >>> Advanced >>> Add CSS.
2. Now add following line of code in that box of “Add CSS”.
|
1 2 3 |
.date-header {display:none !important;} |
3. After adding this line of code, Preview your Blog and Apply Changes.
Now you can check that there will be no Date shown in the header of your Posts. So guys, this was a simple Blogger Tutorial Showing you How to Hide Post Header Date in Blogger. I hope you will like this tutorial and it will help you in hiding Post Header date from your blogger blog.
