AscalonCZ
Active member
Hi, how to add Font Awesome to new tabs in Navbar?
For example via this mod: Custom Tabs i made new tabs forexamlpe ./pages/games ./pages/translations etc.
What i need to edit?
For example via this mod: Custom Tabs i made new tabs forexamlpe ./pages/games ./pages/translations etc.
What i need to edit?
Code:
.navTabs .publicTabs .navTab .navLink:before
{
color: #FFF;
font-family: FontAwesome;
font-weight: normal;
margin-right: 5px;
}
.navTabs .navTab.forums .navLink:before
{
content: "\f0e6";
}