Contents
Snippet #
/*
* Add this snippet to your child theme's style.css file or to your theme customizer CSS
* Hides the course points from the user profile
*
*/
.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat:last-child {
display: none;
}
.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat:nth-child(3) {
border-right: none;
}