SyTry
Well-known member
SyTry submitted a new resource:
Add Font Awesome icons to the blocks of your sidebar - Add Font Awesome icons
Read more about this resource...
Add Font Awesome icons to the blocks of your sidebar - Add Font Awesome icons
Hi,
Today I share a tutorial under xenForo 2.0 : Add Font Awesome icons to the blocks of your sidebar !
In your template widget_birthdays find :
Code:<h3 class="block-minorHeader">{$title}</h3>
Replace by :
Code:<h3 class="block-minorHeader"><i class="fa fa-birthday-cake" aria-hidden="true"></i> {$title}</h3>
In your template widget_find_member find :
Code:<h3 class="block-minorHeader">{$title}</h3>
Replace by :
Code:<h3...
Read more about this resource...