Created
March 26, 2020 16:31
-
-
Save rali14/f59c91c553ecf00adc10d413ecba1ec4 to your computer and use it in GitHub Desktop.
Hide Certificates and Points from LearnDash Profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Custom CSS | |
* Added by: LearnDash Customer Support | |
* | |
*/ | |
/* Remove points */ | |
.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; | |
} | |
/* Remove certificates */ | |
.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat:nth-child(3) { | |
display: none; | |
} | |
.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat:nth-child(2) { | |
border-right: none; | |
} |
This was very helpful, please is there a way to display Courses Completed , Badges Earned and Badges Received on LearnDash Profile
just as we have Courses, Certificates, Points etc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for posting this! It didn't work exactly as shown for me. Had to use this instead: