Skip to main content
Erik_
Contributor ⭐️⭐️⭐️⭐️⭐️
August 28, 2026
Solved

Leaderboard points suddenly display on profile

  • August 28, 2026
  • 7 replies
  • 149 views

We noticed this week that points are suddenly displayed on a user's profile. When was this introduced?


I can't find any other posts about this. And even the search AI here claims that this is not an option:

 

 

We would like to remove or hide this on the profile pages. Is there an option for this in control? 

If not, what is the code for this so we can hide it with custom css.

 

Additionally, can we reset these points somewhere? We would like to start fresh.

Best answer by deepan

Hi Erik,

As of now there is no way to hide from control , but you can use the below custom css to hide it.

.twig_default-member-profile .user-statistics .qa-user-points {
display: none;
}

Reg the points reset if you can raise a support ticket we will look into it

7 replies

samanthahamlet
Gainsight Community Manager
August 28, 2026

Hey ​@Erik_ 

Great catch! I’ve asked internally about this now, will let you know as soon as I hear more 😊

Erik_
Erik_Author
Contributor ⭐️⭐️⭐️⭐️⭐️
September 1, 2026

Thanks for checkeing, ​@samanthahamlet. Have you gotten any info, yet? We really want this gone. 

The shortest answer is doing -George Herbert
deepanAnswer
Product Manager
September 1, 2026

Hi Erik,

As of now there is no way to hide from control , but you can use the below custom css to hide it.

.twig_default-member-profile .user-statistics .qa-user-points {
display: none;
}

Reg the points reset if you can raise a support ticket we will look into it

Chris Hackett
Helper ⭐️⭐️⭐️
September 1, 2026

@deepan - Is this the functionality going forward or will it revert back to points being hidden? I would like to know in case I get any questions. Thanks!

Chris
Product Manager
September 7, 2026

Yes this features it is going to stay. we can use the css to hide . Is there any reason to hide ?

Chris Hackett
Helper ⭐️⭐️⭐️
September 10, 2026

Not that I can think of but our heavy users often have different ideas. Haven’t heard a peep yet though so all good😁

Chris