So if you go to my website xxxxxx (just a test website) if you hover over the logo it will say "Elite Hack Forums" under your cursor. Just wondering how you remove or change this?
admin panel >> templates >> active theme templates >> header templates >>
header
find code like below
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
change to
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="" title="" /></a></div>