1. Go to Layout and Choose Edit HTML
2. Back up your blog and click on Expand widget template
3. Find this code h2.date-header {
4. Add some code like this visibility: hidden;
5. Here for the example
h2.date-header {
margin:.3em 0 0;
padding:0;
font-size:80%;
color:#777;
height: 0px;
visibility: hidden;
}
6. Save and done.
It’s will make your post date disappears from your blog.If you want to make it to default and show your post date just delete the red code.
No comments:
Post a Comment