[cXF] Change default FA node icon

[cXF] Change default FA node icon

BassMan

Well-known member
BassMan submitted a new resource:

[cXF] Change default FA node icon - DIY tutorial to change default Font Awesome node icons

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

< read node >
View attachment 2208


< unread node >
View attachment 2207



To change a single node icon with a different Font Awesome icon add this code to your extra.less template:

Rich (BB code):
/*** Change default FA node icon **/
.node.node--idX {
    &.node--forum {

        .node-icon i:before {...

Read more about this resource...
 
  • Like
Reactions: OCC
I've been having trouble figuring out how to actually change the family. Trying to set a Discord icon for a link forum.
 
  • Like
Reactions: OCC
Gah! Thank you! I did that but didn't consider the single quotes.

It seems I didn't get the expected icon. I presume that has something to do with -var- part of the icon code?
 
  • Like
Reactions: OCC
For instance, I'm getting the Discord icon in the little voice balloon...

1679896592135.webp

When what I wanted was just the icon.

1679896636904.webp

Is this two icons overlayed, perhaps? Or just an older version of the icon.
 
  • Like
Reactions: OCC
Top Bottom