• Resolved jonnevill

    (@jonnevill)


    I’ve Disabled Total Enrolled from the Course page. I would also like to disable it from the Course Archive Page.

    It’s displayed as:
    div.tutor-course-loop-meta
    span
    i.tutor-icon-user::before

    Any help would be greatly appreciated.

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

Viewing 1 replies (of 1 total)
  • Plugin Support Ashfiqur Rahman Anim

    (@anim07)

    hello @jonnevill

    From your wordpress admin dashboard please go to appearance > customization > additional css and paste this code

    .tutor-single-loop-meta {
    display: none !important;
    }

    this should be working.

    Thank you
    Best Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Disabled Total Enrolled from Course Archive Page’ is closed to new replies.