With membership you can access paid add-ons and premium DIY customizations.
*to download FREE add-ons just register for free
/* 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 */
thanks,,working nowYes, just checking this and I'll remove support for home tab in next fix.
For now just delete this in stickynavigation.css template:
i just delete color code and now working too, greatTo change the colour of icons just change the color attribute in similar codes as you see above (for forums, members etc.)
With membership you can access paid add-ons and premium DIY customizations.
*to download FREE add-ons just register for free