Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted June 9, 20168 yr Id like to add Font Awesome icons to my forums like this: http://i.imgur.com/XVNSJey.png How could I achieve this?
June 9, 20168 yr In custom.css .cForumRow [data-forumID="FORUM_ID_HERE"] .ipsItemStatus > .fa:before { content: '\ICON_HERE'; } example: .cForumRow [data-forumID="1"] .ipsItemStatus > .fa:before { content: '\f011'; }
June 9, 20168 yr Author and what is the proper format to find forum ID? Do I have to manually upload font-awesome somewhere? or is it pre-installed?
June 9, 20168 yr 13 minutes ago, Mycelus said: and what is the proper format to find forum ID? Do I have to manually upload font-awesome somewhere? or is it pre-installed? https://invisionpower.com/forums/forum/497-peer-to-peer-technical-support/ Notice the 497 in the url? And FA is in the suite already.
June 13, 20168 yr On 6/9/2016 at 9:03 AM, Mycelus said: and what is the proper format to find forum ID? If you want to do all forums, you can use this, mine is a bicycle. .cForumRow [data-forumid] .fa-comments:before { content: "\f206"; }
August 1, 20168 yr ...and, ¿how to use font icons in Forum Rules? #elForumRules I want to put a exclamation before Forum Rules Tittle.
Archived
This topic is now archived and is closed to further replies.