MyBB Community Forums

Full Version: change navagaton icons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Okay so this is annoying me now :p

I've found this in the template
<li id="nav-member"> <a href="{$mybb->settings['bburl']}/memberlist.php"><i style="font-size: 12px;" class="fa fa-users fa-fw"></i> Members</a></li>

I know "fa fa-users fa-fw" is the icon.

What I don't know is what size that icon needs to be and where to upload that icon to.
Could you provide a link to your board, and I'll see if I can help you out?
(2015-02-21, 07:05 AM)Josh H. Wrote: [ -> ]Could you provide a link to your board, and I'll see if I can help you out?

Sure it's http://gamezverse.net/
they are the font-awesome icons.... its not an image but just an text icon so changing the font size in <i> should change the size of the icon.... and you need not upload any icons but just change the fa class...

you can get the classes of each icon here: http://fortawesome.github.io/Font-Awesome/icons/
Thank you. Exactly what I was after Smile