[SC] Sidebar Block - Font Awesome

[SC] Sidebar Block - Font Awesome 1.0.0

No permission to download

SyTry

Well-known member
SyTry submitted a new 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...
 
You should use class and less styles instead of a lot of inline styles like
Code:
style="padding-right:2px;"
 
Top Bottom