MyBB Community Forums

Full Version: Need help with Unova MyBB Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys I need help changing the logo on the theme Unova by Audentio.
I Can't find the location of the logo I've already changed the PSD that came with the theme but how do I change the logo?
Thanks.
Find this in the header template:
<h1><span style="color: rgb(255, 96, 0);">U</span>NOVA</h1>
Change it to:
<img src="yourlogo.jpg">
(2013-02-23, 03:10 AM)pandaa Wrote: [ -> ]Find this in the header template:
<h1><span style="color: rgb(255, 96, 0);">U</span>NOVA</h1>
Change it to:
<img src="yourlogo.jpg">
It Didn't Work Sad