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:
ENXF NET submitted a new resource:
[cXF] Navigation tab icons - Add icons to navigation tabs
Read more about this resource...
	
		
			
		
		
	
			
			[cXF] Navigation tab icons - Add icons to navigation tabs
View attachment 6223NOTE: this is for Xenforo 2.0 only. For Xenforo 2.1 check this resource:
View attachment 6224
Add code to extra.less template:
CSS:/* Navigation tab icons */ .p-navEl { [data-nav-id="home"]:before { font-family: FontAwesome; content: "\f015"; padding-right: 5px; } [data-nav-id="forums"]:before { font-family: FontAwesome; content: "\f0e6"; padding-right: 5px; }...
Read more about this resource...