XF 1.2 How to Hide link node inside Forum Node but still have it show on main forum?

DivineSky

New member
Hello anyone watching this thread

Im in need of some help here today, Not sure how to word this so the best way to explain what im trying to accomplish to do is the following pics.

ForumInsideView1.webp


But still Keep them showing on the main forum
ForumView1.webp

Is there any way to accomplish this with a simple code in extra.css to display: none; on those nodes?
Any help or directions would be appreciated.

EDIT:
Code:
      .node.node_71 .linkNodeInfo {
  display: none; }
Seems to do half the Job the Lines where the sub-link where before still show though.
Line.webp
 
Last edited:
Top Bottom