Remove Reputation Display in Profiles
-
I'm currently using NodeBB v1.0.0 and I just wanted to remove the display of reputation below. I've already check this previous topic but it seems old and the custom css is not working in my current version.
-
Upon further experimentation, I finally removed the reputation display using the css below:
.account-stats > div:nth-child(1) {
display: none !important;
}Any correction will be accepted. Thanks
-
@Joenel-de-Asis172 That is actually the best way to do it.
The other way would be to remove that html from the profile template in your theme. However, unless you are making your own custom theme, your changes may get overwritten when the theme updates.
So CSS is the way to go.
Copyright © 2024 NodeBB | Contributors