1) Open file header and add this underneath <div class="clear"></div>
<?php if(is_home()) { ?>
<?php if(of_get_option('promo_text') !='') { ?>
<div class="slogan block">
<?php echo of_get_option('promo_text')?>
</div>
<?php } ?>
<?php } ?>
<div class="clear"></div>
2) Open file homepage (located in folder admin > options) and duplicate the intro code and rename intro promo
3) Done, now you can add promo text via Theme Options > Homepage and this will be displayed underneath the intro text (welcome to-message).
Guido