
The code for your extra.less template could look like this:
CSS:
/* ##Removes thread counter from every forum in the forum view for everyone @ XNFORO.IR## */
.node-stats {
dl.pairs.pairs--rows {
&:first-child {
display: none !important;
}
}
}
.node-meta {
dl.pairs.pairs--inline {
&:first-child {
display: none !important;
}
}
}
/* ##Removes thread counter from every forum in the forum view for everyone @ XNFORO.IR## */
CSS:
/* ##Removes thread counter from every forum in the forum view for everyone @XNFORO.IR## */
.node-stats dl.pairs.pairs--rows:first-child,
.node-meta dl.pairs.pairs--inline:first-child {
display: none !important;
}
/* ##Removes thread counter from every forum in the forum view for everyone @XNFORO.IR## */
