dooma
Active member
Hi
I wanna use custom icon for every node so I used the following css rules in the extra.css file but it changes only the icon for logged user not for visitors. How can I solve that ?
Thanks
Thanks
I wanna use custom icon for every node so I used the following css rules in the extra.css file but it changes only the icon for logged user not for visitors. How can I solve that ?
Thanks
Code:
.node.node_259 .forumNodeInfo .nodeIcon, .node.node_259 .categoryForumNodeInfo .nodeIcon {
background-image: url("images/forum/adventure.png");
background-position: 0px 0px;
opacity: 0.4;
}
.node.node_259 .forumNodeInfo.unread .nodeIcon, .node.node_259 .categoryForumNodeInfo.unread .nodeIcon {
background-image: url("images/forum/adventure.png");
background-position: 0px 0px;
}
Thanks