Heisenberg submitted a new resource:
You must be registered for see links
- DIY tutorial to change default FA node icons with imageWould you like to change your default Font Awesome node icons with image like this?
< read node >
You must be registered for see images attach
< unread node >
You must be registered for see images attach
To change a single node icon with an image add this code to yourextra.lesstemplate:
Rich (BB code):/*** Node icons with image **/ .node.node--idX { .node-icon i { display: none; } &.node--forum { .node-body { /*padding-left: 5px;*/ } .node-icon {...
You must be registered for see links
