Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi, I am having the same problem I cannot remove the student count from the page showing all courses I tied this .learn-press-courses[data-layout=”list”] .course-wrap-meta .meta-item-student {
    display:none; } But it does not work. I have managed to remove the quiz count and the student count on the individual course page using this .course-content .course-meta .meta-item-quiz{
    display: none;
    } .course-content .course-wrap-meta .meta-item-quiz{
    display: none;
    } .course-meta-secondary .course-meta__pull-left .meta-item-student{
    display: none; }

    Any help would be greatly appreciated.

Viewing 1 replies (of 1 total)