This CSS is used to hide the point values in Gamififcation challenges.
.gamify-challenges .card-date,
.gamify-challenge-modal .modal-alert div:first-child {
display:none;
}
This CSS is used to hide the point values in Gamififcation challenges.
.gamify-challenges .card-date,
.gamify-challenge-modal .modal-alert div:first-child {
display:none;
}
Comments
Article is closed for comments.