Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
The Skyforge Posted June 9, 2016 Posted June 9, 2016 Id like to add Font Awesome icons to my forums like this: http://i.imgur.com/XVNSJey.png How could I achieve this?
j4ss Posted June 9, 2016 Posted June 9, 2016 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'; }
The Skyforge Posted June 9, 2016 Author Posted June 9, 2016 and what is the proper format to find forum ID? Do I have to manually upload font-awesome somewhere? or is it pre-installed?
Nathan Explosion Posted June 9, 2016 Posted June 9, 2016 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.
Bernardo Rezende Posted June 13, 2016 Posted June 13, 2016 What about subforum icons? the ones inside forums...
Square Wheels Posted June 13, 2016 Posted June 13, 2016 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"; }
pequeno Posted August 1, 2016 Posted August 1, 2016 ...and, ¿how to use font icons in Forum Rules? #elForumRules I want to put a exclamation before Forum Rules Tittle.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.