XenForo Node icons with image

GuDron

Super Moderator
Staff member
Super Moderator
Jan 28, 2020
834
7
271
Language
English
GuDron submitted a new resource:

Node icons with image - xenforo 2 Node icons with image

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

< read node >
View attachment 29

< unread node >
View attachment 30

To change a single node icon with an image add this code to your extra.less template:
CSS:
/*** Node icons with image **/
.node.node--idX {
    .node-icon i { display: none; }

    &.node--forum {
        .node-body {
            /*padding-left: 5px;*/...

Read more about this resource...