I have a Category with a collection of subforums. Using the 2 column layout looks great but the Latest box on the right is distracting and no real use.
Can I EXTRA.css that one instance of the Latest box to hide it in THIS Category?
I have a Category with a collection of subforums. Using the 2 column layout looks great but the Latest box on the right is distracting and no real use.
Can I EXTRA.css that one instance of the Latest box to hide it in THIS Category?
Not sure I understood but I tried the following where 34 was the ID of the forums lastpost area I hid you would insert your own ID as yours will be different.
Code:
#forums .node_34 .nodeLastPost {display: none;}
It leaves the rss icon though but you could remove that by adding to the code I think
#forums .node_34 .tinyIcon << so it looks like the following