- May 18, 2015
- 130
- 141
- 1,658
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:
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...