e7509e9393002.jpg

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## */
Or you use the CSS version in your extra.less template, that's up to you:
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## */
07da1e933a023.jpg
Author
shimmer
Views
472
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from shimmer

Top