MyBB Community Forums

Full Version: Adding new link to forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Allrighty!  So i was adding a new link and was wondering where do i find the classes? I mean cause i added


Quote:<li id="nav-store"> <a href="http://sparkperp.com/donate/shopselection/"><i style="font-size: 14px;" class="fa fa-store fa-fw"></i> Store</a></li>


But it has no image infront of it cause the fa fa-store fa-fw doesnt exist, where do i find the other ones and basically copy paste them?
Here: http://fortawesome.github.io/Font-Awesome/icons/ For example class="fa fa-bed" for the first icon.
Also, how would i add a "Dropdown" menu? So i hover over a button saying "Staff list" And you can select "Server 1, server2"

(2015-04-03, 02:31 PM)Destroy666 Wrote: [ -> ]Here: http://fortawesome.github.io/Font-Awesome/icons/ For example class="fa fa-bed" for the first icon.

Thank you, but what i was wondering was how t o use class="----" and where do i edit the class then?