• Please note: The default language for any content posted is English. Do not create multi-accounts, you will be blocked! Before doing anything please take a moment to read our TERMS & RULES. If you find a broken link? Use the report button.
[cXF] Node icons with image

[cXF] Node icons with image

rfans

Administrator
Staff member
Messages
378
Reaction score
15
Points
18
rfans submitted a new resource:

[cXF] Node icons with image - Would you like to change your default Font Awesome node icons with image like this?

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

< read node >

View attachment 415

< unread node >

View attachment 416

To change a single node icon with an image add this code to your extra.less template:

CSS:
Less:
/*** Node icons with image **/
.node.node--idX {
    svg { display: none; }

    &.node--forum {
        .node-body {
            padding-left...

Read more about this resource...
 
Back
Top