Resource icon

xF2 Add-on Add Font Awesome icons to your prefix

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,950
Points
823

Reputation:

LQD submitted a new resource:

Add Font Awesome icons to your prefix - Add FA icon to prefix

Hi,

Today I share a tutorial under xenForo 2.0 : Add Font Awesome icons to your prefix !

To begin add this in your template EXTRA.less :
Less:
/*adding fa icon to prefix*/
.fa:before{
    font-family:FontAwesome;
    margin-right:3px
}
Then in the prefix of your choice check other CSS class. Add this code...
CSS:
label label--royalBlue fa fa-graduation-cap
Explanation: label label--royalBlue is the color, fa-graduation-cap is the...

Read more about this resource...
 

chechobecho

New member
Registered
Joined
Aug 3, 2019
Messages
4
Points
3

Reputation:

where is extra.less file
 

chechobecho

New member
Registered
Joined
Aug 3, 2019
Messages
4
Points
3

Reputation:

i found it but my icons not working properly
 

chechobecho

New member
Registered
Joined
Aug 3, 2019
Messages
4
Points
3

Reputation:

i am using 2.1.3 xenforo. Thanks for replay @ENXF NET
 

lazarote

web enthusiastic
Collaborate
Registered
Joined
Jun 24, 2019
Messages
142
Points
53

Reputation:

Deleted

lolo68

Collaborate
Collaborate
Registered
Joined
Feb 18, 2019
Messages
23
Points
13

Reputation:

For xf2.1 you have to replace the code :
font-family:FontAwesome;
By :
font-family: 'Font Awesome 5 Pro';
 
Top