Skip to content

Instantly share code, notes, and snippets.

@rali14
Created March 26, 2020 16:31
Show Gist options
  • Select an option

  • Save rali14/f59c91c553ecf00adc10d413ecba1ec4 to your computer and use it in GitHub Desktop.

Select an option

Save rali14/f59c91c553ecf00adc10d413ecba1ec4 to your computer and use it in GitHub Desktop.
Hide Certificates and Points from LearnDash Profile
/*
* 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;
}
@kennyjesus08
Copy link
Copy Markdown

This was very helpful, please is there a way to display Courses Completed , Badges Earned and Badges Received on LearnDash Profile

@kennyjesus08
Copy link
Copy Markdown

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