Re: Disabling Reputation Disables the Wrong Thing
Hi, I have a similar issue as @scottalanmiller had a few years ago.
Two out of the three CSS-solutions offered there still work perfectly but what didn't work was the CSS for hiding the link to "most reputation":
.users .nav.nav-pills > li:nth-child(4) { display: none; }Does anyone have an idea, why it might not work and what might work instead?