tab icon

Currently reading:
tab icon

Oh, understand now. I have customized it for this site, yes.

Disable FA icons for NavTabs in style properties and add this to your EXTRA.css:

Code:
/* START - Font Awesome navTab1 (Activity) Icon */
.navTabs .navTab.navTab1 .navLink:before {
    display: block !important;
    font-family: FontAwesome;
    position: absolute;
    top: 0 px;
    left: 11px;
    border-left: none;
    content: "\f0e7";   
    font-size: 12px;
    font-weight: normal;
}
.navTabs .navTab.navTab1.selected .navLink:before {
    top: 1px;
}
.navTabs .navTab.navTab1:hover .navLink:before {
}
.navTabs .navTab.navTab1 .navLink {
    padding-left: 28px;
}
/* END - Font Awesome navTab1 (Activity) Icons */

/* START - Font Awesome navTab2 (Tags) Icon */
.navTabs .navTab.navTab2 .navLink:before {
    display: block !important;
    font-family: FontAwesome;
    position: absolute;
    top: 0 px;
    left: 11px;
    border-left: none;
    content: "\f02b";   
    font-size: 12px;
    font-weight: normal;
}
.navTabs .navTab.navTab2.selected .navLink:before {
    top: 1px;
}
.navTabs .navTab.navTab2:hover .navLink:before {
}
.navTabs .navTab.navTab2 .navLink {
    padding-left: 28px;
}
/* END - Font Awesome navTab2 (Tags) Icons */

/* START - Font Awesome navTab3 (Upgrades) Icon */
.navTabs .navTab.navTab3 .navLink:before {
    display: block !important;
    font-family: FontAwesome;
    position: absolute;
    top: 0 px;
    left: 11px;
    border-left: none;
    content: "\f135";   
    font-size: 12px;
    font-weight: normal;
}
.navTabs .navTab.navTab3.selected .navLink:before {
    top: 1px;
}
.navTabs .navTab.navTab3:hover .navLink:before {
}
.navTabs .navTab.navTab3 .navLink {
    padding-left: 28px;
}
/* END - Font Awesome navTab3 (Upgrades) Icons */
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Welcome to customizeXF

We are running default XenForo style customized by cXF
Registration is free!

Search forums

Back
Top