B
BuffsPlx
Guest
This was tested on the default theme and adds font awesome to just about all areas.
Simply add to Extra.css:
CSS:
Read more
Continue reading...
Simply add to Extra.css:
CSS:
Code:
.p-navEl-link, .menu-linkRow, .offCanvasMenu-link {
&:before {
.m-faBase();
display: inline-block;
margin-right: 5px;
}
&[data-nav-id='home']:before {.m-faContent(@fa-var-home);}
&[data-nav-id='forums']:before {.m-faContent(@fa-var-comments);}
&[data-nav-id='whatsNew']:before {.m-faContent(@fa-var-bolt);}...
Read more
Continue reading...