Thread prefix with Font Awesome icons

XF 1 Tip Thread prefix with Font Awesome icons

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,720
Points
823

Reputation:

LQD submitted a new resource:

Thread prefix with Font Awesome icons - Guide how to create thread prefix with Font Awesome icon.

Font Awesome needs to be called via CDN or locally to work right.

Here's an example for GUIDE prefix:

View attachment 564
First create a thread prefix in ACP:
View attachment 565 View attachment 566 View attachment 567
Now add this code to your EXTRA.css template:
Code:
.titleBar .prefix.prefixGuide {
    font-size: 14pt;
}
.prefixGuide:before {
    content: "\f1cd";
    font-family: FontAwesome;
    margin-right: 4px;
}...

Read more about this resource...
 
Top