Dear thompson,
Please go to the file your_site\templates\smart_news25\includes\yt_template.class.php and find:
<h1 class="logo">
<a href="index.php" title="<?php echo $this->getParam('logoText'); ?>">
<img alt="<?php echo $this->getParam('logoText'); ?>" src="<?php echo $url; ?>"/>
</a>
</h1>
=> You can replace h1 tag in there.
Thanks