MyBB Community Forums

Full Version: Need Help About Logo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello! I wants to get some suggestions about my website: www.paksiyasat.com that when I move cursor on the board logo of my website, the title Pakistani Political Form displays. I wants to add some more texts on it, as mentioned below:
[attachment=36328]
Please guide me how it will be done?
I am waiting for your reply
open header template of the theme and find code similar to below (for the logo image)
<img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" />

you can replace title="{$mybb->settings['bbname']}" with title="your required text" & save the template
Thanks .m. my issue resolved