XF 1.3 Custom Node Icon for Child Categories

BamBam

Active member
Hey,

I have installed a Custom Node Icon on every Single Node, but its always the same Icon. I use this Code for the Icons:

Code:
.node .node_30 .forumNodeInfo.unread .nodeIcon, .node .node_30 .categoryForumNodeInfo.unread .nodeIcon {
background-image: url("/styles/pics/node.jpg");
background-position: 0 center;
}

.node .node_30 .forumNodeInfo .nodeIcon, .node .node_30 .categoryForumNodeInfo .nodeIcon {
background-image: url("/styles/pics/node.jpg");
background-position: 0 center
}

So, the Proplem here is: On Child Nodes, the Custom Node Icon is not showing.

Screenshot_1.webp

Screenshot_2.webp
I have added the Custom Node Icon Code for all Child Nodes for sure, but it always shows the Default Node Icon on Child Nodes. Could please somebody tell me how to fix this? (n):unsure:

Many, many Thanks!
 
Top Bottom