Please try use this CSS code
.lp-user-profile #profile-nav .lp-profile-nav-tabs>li.quizzes {
display: none;
}
.lp-user-profile #profile-content-courses .learn-press-profile-course__statistic {
display: none;
}
.lp-user-profile #profile-content-my-courses .learn-press-profile-course__statistic .dashboard-statistic__row .statistic-box:nth-child(4), div#profile-content-my-courses .learn-press-profile-course__statistic .dashboard-statistic__row .statistic-box:nth-child(5) {
display: none;
}
.lp-user-profile #profile-content-my-courses .learn-press-profile-course__tab .learn-press-course-tab-filters .learn-press-filters li:nth-child(4), .lp-user-profile #profile-content-my-courses .learn-press-profile-course__tab .learn-press-course-tab-filters .learn-press-filters li:nth-child(5) {
display: none;
}
.lp-user-profile #profile-content-my-courses .learn-press-profile-course__tab .learn-press-course-tab-filters .learn-press-profile-course__progress table tbody tr td:nth-child(3), .lp-user-profile #profile-content-my-courses .learn-press-profile-course__tab .learn-press-course-tab-filters .learn-press-profile-course__progress table tbody tr td:nth-child(4), .lp-user-profile #profile-content-my-courses .learn-press-profile-course__tab .learn-press-course-tab-filters .learn-press-profile-course__progress table tbody tr td:nth-child(5) {
display: none;
}
inspector-stylesheet:7 .lp-user-profile #profile-content-my-courses .learn-press-profile-course__tab .learn-press-course-tab-filters .learn-press-profile-course__progress table tbody tr th:nth-child(3), .lp-user-profile #profile-content-my-courses .learn-press-profile-course__tab .learn-press-course-tab-filters .learn-press-profile-course__progress table tbody tr th:nth-child(4), .lp-user-profile #profile-content-my-courses .learn-press-profile-course__tab .learn-press-course-tab-filters .learn-press-profile-course__progress table tbody tr th:nth-child(5) {
display: none;
}