Is there CSS that can hide the date and time for an entire event type or category? I would like event type one to continue to show the date and time. Event type 2 CSS to hide the date and time across all events in that event type or event category.
Sep 19,2022 AT 7:53PM - 2 years ago -if the events you wanted to hide the date were featured events you could simply use this to hide the date and time
.eventon_events_list .eventon_list_event .evcal_list_a.featured_event .evo_start {
display: none;
}
.eventon_events_list .eventon_list_event .evcal_list_a.featured_event .evcal_time {
display: none;
}
I am not sure that it is possible based on an event type. I have been trying for 40 minutes with all classes that are connected to a single event type but can’t seem to get it not to display only
Thank you for taking the time to try that. I’m still working on it. The other question I have is can a calendar only display event types when they are selected? Can I exclude all event types from showing when another event type is selected?
not 100% sure what you mean see video below
What we are trying to achieve with EventON is we have two Types of things we would like to display. One of them is events which everything works perfect to do. The other is we would like to display static places or locations that are not events. We can display them but would like to hide the date and time and if possible have them display under event type 2.
Hello,
Could you send us a link to the calendar? I want to check the HTML code and if it possible to apply CSS code.