font awesome

Currently reading:
font awesome

Last edited:
Yes, just checking this and I'll remove support for home tab in next fix.

For now just delete this in sticky_navigation.css template:

Code:
/* START - Font Awesome Home Icon */
.navTabs .navTab.home .navLink:before {
    display: block !important;
    font-family: FontAwesome;
    position: absolute;
    top: 0 px;
    left: 9px;
    border-left: none;
    content: "\f015";  
    color: #a5cae4;
    font-size: 12px;
    font-weight: normal;
}
.navTabs .navTab.home.selected .navLink:before {
    color: #FFF;
    top: 1px;
}
.navTabs .navTab.home:hover .navLink:before {
    color: #FFF;
}
.navTabs .navTab.home .navLink {
    padding-left: 28px;
}
/* END - Font Awesome Home Icons */

To change the colour of icons just change the color attribute in similar codes as you see above (for forums, members etc.)
 
Yes, just checking this and I'll remove support for home tab in next fix.
For now just delete this in stickynavigation.css template:
thanks,,working now :)

To change the colour of icons just change the color attribute in similar codes as you see above (for forums, members etc.)
i just delete color code and now working too, great ;)
 

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