Change Xenforo Home Button
Hello! I am currently working on my new website. I've included a picture of what the navbar current looks like. I was wondering how the home button could be changed into the word "HOME" instead of the logo. I see this code in the template, but I'm not sure what to edit.
Hello! I am currently working on my new website. I've included a picture of what the navbar current looks like. I was wondering how the home button could be changed into the word "HOME" instead of the logo. I see this code in the template, but I'm not sure what to edit.
Code:
[/CENTER]
<!-- home -->
<xen:if is="{$showHomeLink}">
<xen:if is="{$offCanvasNav} != 1">
<li class="navTab home PopupClosed"><a href="{$homeLink}" class="navLink"><xen:if is="@uix_showNavHomeIcon"><i class="uix_icon uix_icon-home" title="{xen:phrase home}"></i><xen:else />Home</xen:if></a></li>
<xen:else />
<li class="navTab home"><a href="{$homeLink}" class="navLink">Home</a></li>
</xen:if>
I think it has something to do with the @uix_showNavHomeIcon" but I don't know. If you do know, please contact me in discord, Baby#1537, or just comment below 
Picture
Picture
