12-17-2020, 01:30 PM
Thanks. I tried this code as instructed in the header template
It works for header logo in desktop mode. But in small screen mode, I can still see the theme name as text. Please see below
It would have been fine if that is board name, but sadly this one is theme name.
Code:
<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
It works for header logo in desktop mode. But in small screen mode, I can still see the theme name as text. Please see below
It would have been fine if that is board name, but sadly this one is theme name.