MyBB Community Forums

Full Version: iGame Logo Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I want to know how do I change in the header template file the crosshair to square png file. my forum is here: http://forum.gametomato.net/
The theme that i use is iGame
Replace this code in Templates > iGame > Header Templates > Header

<div class="float_left logotext" style="margin-top: 30px; margin-left: 5px;">
<a href="http://forum.gametomato.net/index.php"><i style="font-size: 35px;" class="fa fa-crosshairs fa-fw"></i> GameTomato</a></div>

<div id="logo">
	<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
</div>
I only want to change the crosshair not the full logo.

I think i have figured it out myself. Go take a look please ant tell me if I made anything wrong or if there are any problems or tags that are missing or they're not where they should've been. Sorry for my english.
Here is the code:
<div id="headerbg">
<div class="float_left logotext" style="margin-top: 30px; margin-left: 5px;">
<a href="{$mybb->settings['bburl']}/index.php" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" ><img src="{$theme['logo']}" width="35" height="35">
</i> GameTomato</a></div>
<br />
<div class="float_right" style="margin-top: 20px;"> 
  <div class="menub">{$welcomeblock}</div>
  </div>
My mistake, you just need to change the "crosshair" text with icon from here

https://fortawesome.github.io/Font-Awesome/cheatsheet/