bsdinsight
Active member
Hi All
I used
But it does not work, just only node_5 works.
Please help me to fix it, you can get my forum at http://forums.bsdinsight.com
Thanks in advance.
I used
Code:
/* custom status icons */
/* node id 5 - QAD*/
.node .node_5 .forumNodeInfo .nodeIcon, .node .node_5 .categoryForumNodeInfo .nodeIcon {
background-image: url("@imagePath/xenforo/widgets/forum-read-5.png") !important;
}
.node .node_5 .forumNodeInfo.unread .nodeIcon, .node .node_5 .categoryForumNodeInfo.unread .nodeIcon {
background-image: url("@imagePath/xenforo/widgets/forum-unread-5.png") !important;
}
/* node id 9 - Dynamics CRM*/
.node .node_9 .forumNodeInfo .nodeIcon, .node .node_9 .categoryForumNodeInfo .nodeIcon {
background-image: url("@imagePath/xenforo/widgets/forum-read-9.png") !important;
}
.node .node_9 .forumNodeInfo.unread .nodeIcon, .node .node_9 .categoryForumNodeInfo.unread .nodeIcon {
background-image: url("@imagePath/xenforo/widgets/forum-unread-9.png") !important;
}
But it does not work, just only node_5 works.
Please help me to fix it, you can get my forum at http://forums.bsdinsight.com
Thanks in advance.