Admin submitted a new resource:
[cXF] Node icons with image - DIY tutorial to change default FA node icons with image
Read more about this resource...
[cXF] Node icons with image - DIY tutorial to change default FA node icons with image
Would you like to change your default Font Awesome node icons with image like this?
< read node >
View attachment 1139
< unread node >
View attachment 1136
To change a single node icon with an image add this code to your extra.less template:
Less:/*** Node icons with image **/ .node.node--idX { svg { display: none; } &.node--forum { .node-body { padding-left: 5px; } .node-icon { background-image...
Read more about this resource...