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
 - 29,582
 
- Points
 - 823
 
Reputation:
LQD submitted a new resource:
Custom Action Bar for Xenforo 2.1 - Font Awesome icons for the action bar
Read more about this resource...
	
		
			
		
		
	
			
			Custom Action Bar for Xenforo 2.1 - Font Awesome icons for the action bar
Enter code in the extra.less
Before:
View attachment 492
After:
View attachment 493
Less:.actionBar-action:before { margin-right: 5px; } .actionBar-action--edit:before {.m-faContent("\f040");} .actionBar-action--report:before {.m-faContent("\f071");} .actionBar-action--ip:before {.m-faContent("\f002");} .actionBar-action--delete:before {.m-faContent("\f00d");} .actionBar-action--spam:before {.m-faContent("\f024");} .actionBar-action--warn:before...
Read more about this resource...