[cXF] Change default FA node icons

DIY [cXF] Change default FA node icons

Currently reading:
DIY [cXF] Change default FA node icons

BassMan

Staff member
Administrator
May 18, 2015
463
161
2,072
BassMan submitted a new resource:

[cXF] Change default FA node icons - DIY tutorial to change default Font Awesome node icons

Would you like to change your default Font Awesome node icons like this?

< read node >



< unread node >




To change a single node icon with a different Font Awesome icon add this code to your extra.less template:

Rich (BB code):
/*** Change default FA node icon **/
.node.node--idX {
    &.node--forum {

        .node-icon i:before {
            .m-faBase();
            .m-faContent(@fa-var-dot-circle);
        }...

Read more about this resource...
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Welcome to customizeXF

We are running default XenForo style customized by cXF
Registration is free!

Search forums

Back
Top