To hide an Event item but still able to access event item page, you can follow these.
#1. First, find Event item url.
In my example, it is: /events-new/event-five-w5e93
#2. Next, use this code to Custom CSS box.
If code doesn’t work, you can comment below, message or send me an email.
article.eventlist-event:has([href="/events-new/event-five-w5e93"]) {
display: none !important;
}