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,577
 
- Points
 - 823
 
Reputation:
LQD submitted a new resource:
Add Font Awesome icons to the blocks of your sidebar - font awesome,template modification,xenforo 2
Read more about this resource...
	
		
			
		
		
	
			
			Add Font Awesome icons to the blocks of your sidebar - font awesome,template modification,xenforo 2
Today I will share a tutorial under xenForo 2.0 : Add Font Awesome icons to the blocks of your sidebar !
In your template widget_birthdays find :
Replace by :Code:<h3 class="block-minorHeader">{$title}</h3>
Code:<h3 class="block-minorHeader"><i class="fa fa-birthday-cake" aria-hidden="true"></i> {$title}</h3>
In your template widget_find_member find :
Replace by :Code:<h3 class="block-minorHeader">{$title}</h3>
Code:<h3...
Read more about this resource...