[cXF] Change default FA node icon

[cXF] Change default FA node icon

How to change sub-node icon in forum homepage with png images as read and unread?
 

Attachments

  • Screenshot_9.webp
    Screenshot_9.webp
    47.1 KB · Views: 8
Any way to change the sub-node icon in a dropdown menu on the default style?
Try with this code:
Less:
/*** Sub-Node icons ***/
.subNodeLink { 
    &.subNodeLink--forum {
        // for read node
        .subNodeLink-icon {
            color: blue;
        }
        // for unread node
        &.subNodeLink--unread .subNodeLink-icon {
            color: red;
        }
    }
}
/*****/
 
Try with this code:
I appreciate it!

But, can it be done on a per-node basis, or is the only way to achieve it is a blanket of all subnodes? If the latter, I'll just stick with the default.

I'm not trying to achieve a color change, but an icon change. I think if I were able to get the per-node code for color, I could do the icon. But, if XF isn't setup to change icons per sub-node, then it's not needed.
 
Hello,

Can we just batch replace all subcategories with a different image?

View attachment 316031
This topic was helpful, thank you, I need to do a little more research :)

 
Back
Top Bottom