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; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
just as we have Courses, Certificates, Points etc