I know that i forgot to say that i using NodesAsTabs
Brogan XenForo moderator Staff member Feb 17, 2015 #22 No idea, you would have to ask in the add-on thread.
D DistortedDorian Active member Apr 19, 2015 #24 How would I make the icon Replace the actual tab text? So instead of the icon being behind the text it would be where the text is.
How would I make the icon Replace the actual tab text? So instead of the icon being behind the text it would be where the text is.
Brogan XenForo moderator Staff member Apr 19, 2015 #25 Try removing the phrase text and saving it as an empty phrase.
D DistortedDorian Active member Apr 19, 2015 #26 Brogan said: Try removing the phrase text and saving it as an empty phrase. Click to expand... Thank you
Brogan said: Try removing the phrase text and saving it as an empty phrase. Click to expand... Thank you
D DistortedDorian Active member Apr 19, 2015 #27 Brogan said: Try removing the phrase text and saving it as an empty phrase. Click to expand... I ran into a problem, I have a custom tab that I added in navigation template: Code: <li class="navTab PopupClosed"><a href="{xen:link info}" class="navLink">{xen:phrase home}</a></li> But this navTab doesn't seem to have a real name that (.navTab.NAME), how would I add a proper name to it so I can add a icon?
Brogan said: Try removing the phrase text and saving it as an empty phrase. Click to expand... I ran into a problem, I have a custom tab that I added in navigation template: Code: <li class="navTab PopupClosed"><a href="{xen:link info}" class="navLink">{xen:phrase home}</a></li> But this navTab doesn't seem to have a real name that (.navTab.NAME), how would I add a proper name to it so I can add a icon?
Brogan XenForo moderator Staff member Apr 19, 2015 #28 If you have added it by editing the navigation template, just add a custom class name to the li, e.g. Code: <li class="navTab myHomeTab PopupClosed">
If you have added it by editing the navigation template, just add a custom class name to the li, e.g. Code: <li class="navTab myHomeTab PopupClosed">