MyBB Community Forums

Full Version: Please read
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys, I'm extremely sorry if I come across dumb. This is the first time I've created a website and I've come across a problem. how do I change the header to an image, [Image: e2fedf7ab2060f9d2c9bdededaeb6419.jpg]
what is your forum url & which theme you are using ?
(2016-05-17, 04:17 PM).m. Wrote: [ -> ]what is your forum url & which theme you are using ?

http://hybridrp.x10.bz/index.php and its SELENIUM theme [Image: c417595848ee09e6c5059c167e8f4471.jpg]
admin panel >> Templates & Style >> Templates >> Selenium Templates >> Header Templates >> header
find code like below
<a class="logo" href="index.php"><i class="fa fa-bolt"></i> Selenium</a>
you can replace <i class="fa fa-bolt"></i> Selenium with your logo image code (like below)
<img src="your logo image link" alt="" title="" />