Jump to content

Using Font Awesome icons as forum icon


The Skyforge

Recommended Posts

Posted

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';
}

 

Posted
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";
}

  • 1 month later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...