XF 2.1 How to change node thumbnail?

X5MeVik.png

How do I change this ?
 
It requires quite a few entries in the extra.less template:

CSS:
.node--forum .node-icon .fa-comments::before,
.subNodeLink--forum .node-icon .fa-comments::before,
.subNodeLink.subNodeLink--forum:before,
.structItem-status--discussion::before,
.inputTypes-display--type_discussion .fa-comments:before,
.fa-comment:before
{
    .m-faContent(@fa-var-comments-alt);
}

That's from a suggestion thread I posted.

 
Top Bottom