Hello @terkuscz,
You can disable total enrolled students feature from Tutor settings > design tab. This will remove number of students enrolled from instructor profile and individual course pages.
Hi @munayam , thank you for you reply, unfortunately, this solution only works for information in the course page. On the lecturer’s page the number of students is displayed even though the button is off (Design – Page Features).
Hello @terkuscz,
Which theme is active now? Can you share the profile page url please. Thanks
You can find it here.
Theme GeneratePress. Plugin version 2.1.8.
I can turn it off with css (display: none), unfortunately I can’t identify the name of the element for it.
Hello @terkuscz,
I will require the page url to further assist.
hello @munayam , I wrote the link in the last post :).
It is https://studijni-svet.cz/kurzy/profile/eliskakrasna/?view=instructor
Thank you very much for your help.
Hello @terkuscz,
The link didn’t come through until your last reply. You can apply the code shared below
.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-name span:nth-child(3n-1) {
display: none;
}
Remember to clear cache afterwards. If this doesn’t help then please write to support at themeum dot com.