Description
This modification allows you to use FA5.
After the installation you can easily choose if it should be activated and wether it should use local files or a CDN.
Feature summary
use local files or a CDN
use all icons from the free style
[Xenbros] Custom Tool Bar
Custom Toolbar is a premium addon extension for xenforo by xenbros, the best vertical xenforo toolbar addon on the market. Advanced toolbar creates closer bonds between your audience and your brand supporting your business goals. Make your forum menu complete!
No...
Would you like to have icons in Visitor menu like this?
Add this to your extra.less template:
/* Icons in Visitor menu */
.menu-content.js-visitorMenuBody .menu-linkRow {
padding: 6px 5px 6px 12px;
}
.menu-content.js-visitorMenuBody a.menu-linkRow {
&:before {
.m-faBase()...
This only works with XenForo 2.1.x!
What does this add-on do?
This add-on lets you add Font Awesome 5 icons to various areas. All the icons are added via CSS to ensure it works with third party styles. There is one template modification to insert the css template into the PAGE_CONTAINER...
Enter code in the extra.less
Before
After
.p-navEl a::before{
font-family: 'Font Awesome 5 Pro';
padding-right: 5px;
}
.p-navEl a[data-nav-id="home"]::before{content: "\f015";}
.p-navEl a[data-nav-id="forums"]::before{content: "\f27a";}
.p-navEl...