Blog title and description is very important in every blog. Search engines when indexing your blog use the title and description tags.But there can be occasions that you may not need your Blog's title or description.
For that,
1. Edit your template ( How to edit your template )
2. Press 'Ctrl' key and 'F' and find out
header h1
Press Next until you find out some code lines similar to
#header h1 {
margin:5px 5px 0;
padding:10px 20px .35em;
}
add this code line
display:none;
as
#header h1 {
margin:5px 5px 0;
padding:10px 20px .35em;
display:none;
}
Now follow the Safety Saving Steps.
And
For that,
1. Edit your template ( How to edit your template )
2. Press 'Ctrl' key and 'F' and find out
header h1
Press Next until you find out some code lines similar to
#header h1 {
margin:5px 5px 0;
padding:10px 20px .35em;
}
add this code line
display:none;
as
#header h1 {
margin:5px 5px 0;
padding:10px 20px .35em;
display:none;
}
Now follow the Safety Saving Steps.
And