- Joined
- Nov 13, 2018
- Messages
- 4,101
- Time online
- 4d 4h 49m
- Points
- 523
LQD submitted a new resource:
Add Font Awesome icons to the blocks of your sidebar - font awesome,template modification,xenforo 2
Add Font Awesome icons to the blocks of your sidebar - font awesome,template modification,xenforo 2
Read more about this resource...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>
In your template widget_find_member find :Code:<h3 class="block-minorHeader"><i class="fa fa-birthday-cake" aria-hidden="true"></i> {$title}</h3>
Replace by :Code:<h3 class="block-minorHeader">{$title}</h3>
Code:<h3...