Dear HASA
In this module we don't use h3, also you can custom in:
prntscr.com/fhqdek
prntscr.com/fhqdhz
or to add the <h1> for your site
you can add it in the logo of your site: plugins\system\yt\includes\site\lib\yt_template.php and find:
<a class="logo" href="" title="<?php echo $app->getCfg('sitename'); ?> ">
<img data-placeholder="no" src="<?php echo $url; ?>" alt="<?php echo $app->getCfg('sitename'); ?>" style="<?php echo $logoWidth. $logoHeight ?>" />
</a>
=> change to:
<h1>
<a class="logo" href="" title="<?php echo $app->getCfg('sitename'); ?> ">
<img data-placeholder="no" src="<?php echo $url; ?>" alt="<?php echo $app->getCfg('sitename'); ?>" style="<?php echo $logoWidth. $logoHeight ?>" />
</a>
</h1>
thanks