- Şablonunuzun kodu extra.lessşöyle görünebilir:
Kod:
/* ##Removes thread counter from every forum in the forum view for everyone @ ETERNALTEAM## */
.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 @ ETERNALTEAM## */
- Veya şablonunuzdaki CSS sürümünü kullanırsınız extra.less , bu size kalmış:
Kod:
/* ##Removes thread counter from every forum in the forum view for everyone @ETERNALTEAM## */
.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 @ETERNALTEAM## */