In the events and on the pages the number of participants, photos and videos appear. I would like this information not to appear. How can I do it ?
potablava I would like this information not to appear.
Which information you don't want to show? Kindly share the URL of that event page.
In the list of all events, I want the attendees, the number of photos, or the number of videos not to appear. I want it not to appear in any.
When a new event is created, I want it not to ask for the start and end time. Just show the date
Thanks
potablava Hi, You could use this css on your template
.cEvents .joms-list__content > .joms-list--table { display: none; }