>You will need to edit the header.php file in your theme. Remove the code that is printing the blog title in the header area.
I found another topic where this was suggested. However, when I followed the instructions and deleted
<?php bloginfo(‘name’); ?>: <?php bloginfo(‘description’); ?>
I got the opposite of what I wanted: the title of my blog disappeared from the browser’s title bar, but was still there in the upper left corner of my page!
Would appreciate if anyone knows the right code to delete.