Hide date of posting

Date of posting useful to provide information when you post on the Publish so that visitors can see it ...

But if you do not like the date of posting appear on your blog because of the design follow these steps:

Layout menu and then enter into Edit HTML and look for similar code as below:



h2.date-header { 
margin: .5 em 0 0; 
padding: 0; 
font-size: 75%; 
color: # 777;

}

well if you have found to add code css visibility: hidden; into Css above so that it becomes like

h2.date-header { 
margin: .5 em 0 0; 
padding: 0; 
font-size: 75%; 
color: # 777; 
visibility: hidden;

}

then Save ...