![]() |
change navagaton icons - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html) +--- Forum: General Support (https://community.mybb.com/forum-176.html) +--- Thread: change navagaton icons (/thread-167507.html) |
change navagaton icons - ๖ۣۜGohan - 2015-02-21 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. RE: change navagaton icons - Josh H. - 2015-02-21 Could you provide a link to your board, and I'll see if I can help you out? RE: change navagaton icons - ๖ۣۜGohan - 2015-02-21 (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/ RE: change navagaton icons - mmadhankumar - 2015-02-21 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/ RE: change navagaton icons - ๖ۣۜGohan - 2015-02-21 Thank you. Exactly what I was after ![]() |