Open your style.css file and change:
h1#blog-title {
float: left;
margin: 50px 10px 0 0;
padding: 0px;
font-size: 18px;
}
to:
h1#blog-title {
float: left;
margin: 50px 10px 0 0;
padding: 0px;
font-size: 18px;
text-indent:-9999px;
overflow:hidden;
}
You will then want to put your blog’s title back in the settings.