• Resolved rozanfah

    (@rozanfah)


    Please, Can somebody help me to remove the total enrolled and course author from the Tutor LMS course archive page? I have ticked disable total enrolled and course author from the setting but it still shows up on the archive page. I think new students won’t be interested if they see 0 enrolled in the course that’s why I need to remove it.
    I have tried using code and additional CSS but nothing happens as I don’t understand code.

    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 @rozanfah

    Please paste this code. this code will remove the author name from the course card . please go to appearance > customization > additional css option from your admin dashboard and paste this code

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

    Thank you
    Best Regards

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