Admin
Administrator
- Messages
- 1,857
- Reaction score
- 645
- Points
- 113
Admin submitted a new resource:
cXF - Navigation tab icons - Add icons to navigation tabs
Read more about this resource...
cXF - Navigation tab icons - Add icons to navigation tabs
View attachment 1488
Add code to extra.less template:
CSS:/* 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"; padding-right...
Read more about this resource...