- May 18, 2015
- 1,462
- 195
- 2,595
BassMan submitted a new resource:
Navigation tab icons - Add icons to navigation tabs
Read more about this resource...
Navigation tab icons - Add icons to navigation tabs
For this:
You don't have permission to view attachments. Attachments are hidden.
... 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...