ozm8ey
Well-Known Member
Hello Im using the style legendary but i have it so it has different node icons. The problem I'm having is when you're logged in all the forum custom nodes show but when you're logged out they don't work with some of them.
Here is an example of what i have in the extra.css
.node .node_30 .forumNodeInfo .nodeIcon, .node .node_30 .categoryForumNodeInfo .nodeIcon {
background-image: url("linktomypichere");
}
.node .node_30 .forumNodeInfo.unread .nodeIcon, .node .node_30 .categoryForumNodeInfo.unread .nodeIcon {
background-image: url(inktomypichere");
}
Is there any solution to this?
Here is an example of what i have in the extra.css
.node .node_30 .forumNodeInfo .nodeIcon, .node .node_30 .categoryForumNodeInfo .nodeIcon {
background-image: url("linktomypichere");
}
.node .node_30 .forumNodeInfo.unread .nodeIcon, .node .node_30 .categoryForumNodeInfo.unread .nodeIcon {
background-image: url(inktomypichere");
}
Is there any solution to this?