This will remove the Challenges/Leaderboard toggle on the Gamification module. Do not add a leaderboard widget to the home screen in order to hide all mentions of a leaderboard.
Code:
/* Remove Gamification leaderboard toggle on gamification module*/
.gamify .button-group {
display: none;
}
Comments
Article is closed for comments.