just do this ,first go to *Dashboard choose *Design then click
*Edit HTML &*Expand Widget templates then put this code
visibility: hidden; After this code h2.date-header {
so look will be like this
h2.date-header {visibility: hidden;
if that way do not works just do this other way,find this code
margin: $(date.header.margin); put the code visibility: hidden;
after it so, look will be like this
margin: $(date.header.margin);visibility:hidden;
0 comments:
Post a Comment