[cXF] Navigation tab icons

DIY [cXF] Navigation tab icons

Currently reading:
DIY [cXF] Navigation tab icons

BassMan

Staff member
Administrator
May 18, 2015
463
161
2,072
BassMan submitted a new resource:

Navigation tab icons - Add icons to navigation tabs

For this:
View attachment 1200


... add code to extra.less template:
Less:
/* Navigation tab icons */
.p-navEl
{
   [data-nav-id="home"]:before
   {
       font-family: FontAwesome;
       content: "\f015";
       padding-right: 5px;
   }
   [data-nav-id="forums"]:before
   {
       font-family: FontAwesome;
       content: "\f0e6";
       padding-right: 5px;
   }
   [data-nav-id="whatsNew"]:before
   {
       font-family: FontAwesome;
       content: "\f0e7"...

Read more about this resource...
 

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