We are not using points in gamification, is there a way to hide the “My Points” reference?

We are not using points in gamification, is there a way to hide the “My Points” reference?

Best answer by gstager
Give this a shot and be sure to test other areas.
Tricky part is that there are multiple places that the points appear.
Here are four that I found.
Please test for conflicts or other issues
/** Hide the My Points part of Badges **/
/** On the My Activities Page **/
.myactivities-badges-info.row-fluid > div:nth-child(3) {
display: none;
}
/** On the Badges and Points Page **/
#mybadges-tab-mybadges div.row-fluid > div:nth-child(2) {
display: none;
}
/** On the slide out panel when you click on trophy **/
#gamification-panel-container .gamification-panel-summary a:nth-child(3) {
display: none;
}
/** On gamification widgets **/
#panel-0 > div > dcl-wrapper > ng-component > div > div > div:nth-child(2) {
display: none;
}Hope this helps.
Enter your email address or username and password below to log in to Docebo Community. No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.