Wesker
Well-known member
Here is the extra css code for the actual node
.node .node_267 .forumNodeInfo .nodeIcon, .node .node_267 .categoryForumNodeInfo .nodeIcon {
background-image: url("images/nodes/jimbo.png");
background-position: 0px 0px;
}
.node .node_267 .forumNodeInfo.unread .nodeIcon, .node .node_267 .categoryForumNodeInfo.unread .nodeIcon {
background-image: url("images/nodes/jimbo.png");
background-position: 0px 0px;
}
How would I adjust this so subnodes or nodes that appear under a specific parent node display?
.node .node_267 .forumNodeInfo .nodeIcon, .node .node_267 .categoryForumNodeInfo .nodeIcon {
background-image: url("images/nodes/jimbo.png");
background-position: 0px 0px;
}
.node .node_267 .forumNodeInfo.unread .nodeIcon, .node .node_267 .categoryForumNodeInfo.unread .nodeIcon {
background-image: url("images/nodes/jimbo.png");
background-position: 0px 0px;
}
How would I adjust this so subnodes or nodes that appear under a specific parent node display?