Robert Gould

Customer
How to I get rid of the numbers of the post count showing under each post? I don't remember doing anything or tick any box but seems all the sudden it just started showing. You know the 2,3, 4, or how many posts have been made under each post?

Thanks
 
Solution
Glad you got it sorted, just to follow up for others. Hiding the node stats can be done using this inside extra.less:

Code:
.node .node-stats, .node .node-meta {
    display: none;
}
Are you referring to the user post count under their avatar + user name?

That's going to be under Style properties -> Message -> Message user info, it's a default XenForo feature.
 
Are you referring to the user post count under their avatar + user name?

That's going to be under Style properties -> Message -> Message user info, it's a default XenForo feature.
No I was referring to the thread count and post number that would show zeros under all the different categories. Not a good look for someone looking at a forum for the first time. But I think I resolved that already as well.
 
Glad you got it sorted, just to follow up for others. Hiding the node stats can be done using this inside extra.less:

Code:
.node .node-stats, .node .node-meta {
    display: none;
}
 
Solution

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back