• I’ve managed to remove the student count from the individual course page using:

    .course-meta-secondary .course-meta__pull-left .meta-item-student{
    display: none !important;
    }

    But I can’t figure out how to remove the student count from the ‘All Courses’ page, where it is still showing. Thanks for your help!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter franw89

    (@franw89)

    Bump – any support here?

    Hi Fran, this will do the job for the list. Use grid if u use grid

    .learn-press-courses[data-layout=”list”] .course-wrap-meta .meta-item-student {
    display:none;
    }

    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 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Student Count from All Courses page’ is closed to new replies.