[cXF] Node icons with image

XenForo [cXF] Node icons with image

Styling

Supervisor
  • Thread starter
  • Moderator
  • #1
Styling submitted a new 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 13784

< unread node >

View attachment 13785

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;
        }...

Read more about this resource...
 
Back
Top Bottom