What's new
Xen Factory

Register today to become a member! Once signed in, you'll be able to start purchasing our products, ask questions, request support and suggest new ideas!

  • This area is dedicated to the support of our xF1 add-ons. For xF2, please use the dedicated area: HERE.
  • We are aware that a no permission error was shown when you tried to purchase in the last 2 days, this is now fixed.

Suggestion Implemented Font Awesome Icons in NavBar and TabLinks

GaryOPA

New Member
I added the following to my EXTRA.CSS and now I have a nice checkmark in front of my Votings in my NavBar and matching icons in my sub-tablinks for your Votings product, and this brings inline with all other addons that use font awesome in their navbar and tablinks.

Code:
.navTabs .navTab.votings .navLink:before
   {
    content: "\f00c";
   }

.tabLinks a[href*="votings/authors"]:before{ content: "\f0c0" }
.tabLinks a[href*="votings/your-votings"]:before{ content: "\f007" }
.tabLinks a[href*="votings/stats"]:before{ content: "\f201" }
.tabLinks a[href*="votings/archives"]:before{ content: "\f1da" }
.tabLinks a[href*="votings/watched"]:before{ content: "\f03a" }

Something you should look into for the next release as an option for admins to use or not! :)
 
Top