ok im marking this as resolved as i have found a way to do it. in the theme header file i changed this line of code
<div id="header">
<?php
$tmp=(is_home() || is_front_page())? "h1":"div";
$tmp2=($tpinfo[$tpinfo['tb_prefix'].'_blogtitle']=='true')? '':' class="indent"';
?>
i changed Blogtitle from true to false. and wallah.it worked.