XF 1.5 Can't change forum link node icon.

Blueberry Sky

New member
Hey guys I'm trying to change my node icon for a forum link node. I followed the instructions here.
https://xenforo.com/community/threads/rc-1-custom-node-status-icons-read-unread.10886/

However it doesn't work for me I want to change node 17. This is what I'm using.

Code:
.node .node_17 .forumNodeInfo .nodeIcon, .node .node_17 .categoryForumNodeInfo .nodeIcon {
    background-image: url("https://www.wantedheroes.org/styles/black_responsive/xenforo/nodeicons/timersboss.png");
}
.node .node_17 .forumNodeInfo.unread .nodeIcon, .node .node_17 .categoryForumNodeInfo.unread .nodeIcon {
    background-image: url("https://www.wantedheroes.org/styles/black_responsive/xenforo/nodeicons/timersboss.png");
}

I want to note that I did install this plugin https://xenforo.com/community/resources/custom-node-icon-icon-for-category.632/ to add my own nodes. So I thought that maybe it was interfering so I disabled it and I still can't change my node icons. Am I doing something wrong?

My site. https://www.wantedheroes.org

I would really appreciate some help as I really would like to change that link forum node image at the bottom. Also the extra.css is red in templates.
 
Top Bottom