1. Log into your blogger profile and go to Dashboard.
2. Go to Layout then Edit HTML.
3. Search for #Header h1 in your HTML code. If you can't find this code in your blog, you can look for another code that will be #Header .description.
4. Now insert display:none; at the end of the above code.
5. Look at the below code to get the idea.
#header .description { /*<-- this is header description css*/
margin:5px 5px 0;
padding:15px 20px .25em;
line-height:1.2em;
display:none; /*<--Insert this line*/ }
6. Save the template and you are all done.


























No comments:
Post a Comment