By Chorel SA on Friday, 23 October 2020
Posted in General Issues
Likes 0
Views 416
Votes 0
Hello, how can I hide the attendees list from events?
Hey there,

There is no setting to do it.

You can paste the following custom CSS at Backend > EasySocial > Themes > Custom CSS and see how it goes:

body #es.view-events.layout-item .es-profile-header-nav__item .es-profile-header-nav__dropdown-menu li:first-child {
display: none;
}


Just make sure that the participant item is the first item of the dropdown.

Do clear all of your caches before you see the changes.
·
Friday, 23 October 2020 10:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks it worked!
·
Wednesday, 28 October 2020 01:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Wednesday, 28 October 2020 11:02
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post