Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support brianvu-tp

    (@briantp)

    Hi,

    You need to go to your WordPress dashboard -> LearnPress -> Orders then remove the order of student.

    Thanks

    Thread Starter isant

    (@isant)

    Thanks but my question is how to dont show the number of students to my visitors before they buy the course ? Thanks a lot

    Plugin Support brianvu-tp

    (@briantp)

    Hi,

    You can use some CSS code to hide it, Which theme are you using? or what page you need help?

    Thanks

    Thread Starter isant

    (@isant)

    WP Astra theme, could you give me the css code ?
    thanks a lot it helps ??

    Plugin Support brianvu-tp

    (@briantp)

    Hi,

    Please try to add this CSS code

    .course-wrap-meta .meta-item-student{
    display: none;
    }
    .course-meta-secondary .meta-item-student{
    display: none;
    }
    Thread Starter isant

    (@isant)

    Thank you very much it works for courses list but not i click on a course details

    what css must i add?

    Thanks again

    Plugin Support brianvu-tp

    (@briantp)

    Hi,

    Can you send us a link to your course detail? we will send the code to you.
    I’m not sure why it did not work on your detail because the code sends before to hide student in the detail and list course.

    Hello, I had the same issue here, the code did not hide the number of students in the details page, only in the course list.

    So I used this instead which works for both:

    .meta-item-student {
    display: none !important;
    visibility: hidden!important;
    }

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Delete number of students public’ is closed to new replies.