Playmate
New member
Hello,
I'm trying to hide the thread list on specific nodes (nodes where people can't post).
Adding in EXTRA.CSS the following hide the thread list on every nodes:
However, I'm trying to hide the thread list just on a couple of nodes. I tried the following but it doesn't seem to work:
I'm trying to hide the thread list on specific nodes (nodes where people can't post).
Adding in EXTRA.CSS the following hide the thread list on every nodes:
Code:
.discussionList.section.sectionMain{display:none; !important;}
Code:
.node.node_2 .discussionList.section.sectionMain{display:none; !important;}