Jump to content

Using Font Awesome icons as forum icon

Featured Replies

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

 

  • 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?

What about subforum icons? the ones inside forums...

 

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...

...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.

Recently Browsing 0

  • No registered users viewing this page.