User/Inbox/Alert Icon Replacement

User/Inbox/Alert Icon Replacement

can you do this for the rest of the Nav bar? Its looks sooo much better, and it gives you a ton of room after these icons replace the text.
 
Untitled.webp

I'm currently trying to add the person icon in front of my name, and I cannot seem to be able to do this. How would I go about doing this?

Code:
<a href="{xen:link account}" class="navLink accountPopup NoPopupGadget" rel="Menu">"><i class="fa fa-user fa-lg fa-fw"></i><xen:if is="@xc_mini_avatar_navbar"><img src="{xen:helper avatar, $visitor, s}" class="miniMe" alt="{$visitor_username}" /></xen:if><strong class="accountUsername">{$visitor.username}</strong>
I've tried that as well as some other ways in navigation_visitor_tab.
 
View attachment 127767

I'm currently trying to add the person icon in front of my name, and I cannot seem to be able to do this. How would I go about doing this?

Code:
<a href="{xen:link account}" class="navLink accountPopup NoPopupGadget" rel="Menu">"><i class="fa fa-user fa-lg fa-fw"></i><xen:if is="@xc_mini_avatar_navbar"><img src="{xen:helper avatar, $visitor, s}" class="miniMe" alt="{$visitor_username}" /></xen:if><strong class="accountUsername">{$visitor.username}</strong>
I've tried that as well as some other ways in navigation_visitor_tab.
How does one get like text infront of the icons like you've done with Inbox and Alerts?
 
Top Bottom