iamjudd
Well-known member
Currently using this (pulled from another thread):
Was wondering how I can get the backgrounds to work for Catagory, Page, and Link Forum?
Is it possible to apply node images for the top level catagories?
Also what does the level mean?
Thanks!
Code:
/*********************
NODE BACKGROUNDS/ICONS
**********************/
.node.forum.level_2.node_11 .nodeInfo {
background: #161616 url('http://i.imgur.com/1ujftDM.png') no-repeat 100% 0;
}
.node.forum.level_2.node_11 .nodeStats dl dt, .node.forum.level_2.node_11 .nodeStats, .node.forum.level_2.node_11 .subForumsPopup .dt, .node.forum.level_2.node_11 .nodeText .nodeTitle {
color: #181818;
}
Was wondering how I can get the backgrounds to work for Catagory, Page, and Link Forum?
Is it possible to apply node images for the top level catagories?
Also what does the level mean?
Thanks!