Replace MyBB Userstars img by Font Awesome 5 Free

Spartak

Well-known member
Member
Joined
9 yrs. 9 mth. 5 days
Messages
587
Reaction score
8,878
Wallet
0$
Replace MyBB Userstars img by Font Awesome 5 Free

Add Fontswesome Repo Link to <span style="font-weight: bold;" class="mycode_b">Headerinclude </span>Template<br />
<br />
<pre data-deferred="true" class="block-code line-numbers language-none"><code class="language-none">&lt;link rel=&quot;stylesheet&quot; href=&quot;
Please, Log in or Register to view URLs content!
&quot;&gt;</code></pre><br />
<br />
<span style="font-weight: bold;" class="mycode_b">postbit_userstar</span><br />
<span style="font-weight: bold;" class="mycode_b">member_profile_userstar</span><br />
<span style="font-weight: bold;" class="mycode_b">memberlist_user_userstar</span><br />
<span style="font-weight: bold;" class="mycode_b">calendar_event_userstar</span><br />
<br />
Replace Content With <br />
<br />
<pre data-deferred="true" class="block-code line-numbers language-none"><code class="language-none">&lt;i class=&quot;fas fa-star&quot; alt=&quot;*&quot;&gt;&lt;/i&gt;</code></pre><br />
You are Done<br />
<br />
if you want to increase font size you may add below mention code to Global.css<br />
<br />
<pre data-deferred="true" class="block-code line-numbers language-none"><code class="language-none">.fa-star{font-size:14px;}</code></pre><br />
<br />
<br />
<br />
<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/I5TSqXKoTek" frameborder="0" allowfullscreen="true"></iframe>


Please, Log in or Register to view URLs content!
 
Top Bottom