Hi @gverhaeg
Your desired use-case scenario may be possible with some custom coding, but if you decide to give that a try, please note we cannot provide full support for custom implementations like that.
A good place to start would be our Themer’s Guide, if you’re comfortable doing it DIY. https://theeventscalendar.com/knowledgebase/themers-guide/
For this particular customization, you could try overriding this template the-events-calendar/src/views/v2/month/calendar-body/day/calendar-events/calendar-event/title.php
in your own theme by creating a file at:
[your-theme]/tribe/events/v2/month/calendar-body/day/calendar-events/calendar-event/title.php
After that, you could add a condition to check if an event has a particular category. And if it has, then you could remove the <a>
and just show the title text.
I hope this helps, and please let me know if you have further questions or concerns.