Hi @bramdemunter
Thanks for patiently waiting.
It appears the workaround provided above is for List view only. Could you try removing the previous workaround and use the following and see if that works on your side:
.tribe-common .tribe-events-calendar-list__event-title-link:not(.tribe-common-anchor--unstyle),
.tribe-common .tribe-events-calendar-list__event-title-link:not(.tribe-common-anchor--unstyle):active,
.tribe-common .tribe-events-calendar-list__event-title-link:not(.tribe-common-anchor--unstyle):focus,
.tribe-common .tribe-events-calendar-list__event-title-link:not(.tribe-common-anchor--unstyle):hover,
.tribe-common .tribe-events-calendar-list__event-title-link:not(.tribe-common-anchor--unstyle):visited,
.tribe-common .tribe-events-calendar-month__calendar-event-title-link:not(.tribe-common-anchor--unstyle),
.tribe-common .tribe-events-calendar-month__calendar-event-title-link:not(.tribe-common-anchor--unstyle):active,
.tribe-common .tribe-events-calendar-month__calendar-event-title-link:not(.tribe-common-anchor--unstyle):focus,
.tribe-common .tribe-events-calendar-month__calendar-event-title-link:not(.tribe-common-anchor--unstyle):hover,
.tribe-common .tribe-events-calendar-month__calendar-event-title-link:not(.tribe-common-anchor--unstyle):visited,
.tribe-common .tribe-events-calendar-day__event-title-link:not(.tribe-common-anchor--unstyle),
.tribe-common .tribe-events-calendar-day__event-title-link:not(.tribe-common-anchor--unstyle):active,
.tribe-common .tribe-events-calendar-day__event-title-link:not(.tribe-common-anchor--unstyle):focus,
.tribe-common .tribe-events-calendar-day__event-title-link:not(.tribe-common-anchor--unstyle):hover,
.tribe-common .tribe-events-calendar-day__event-title-link:not(.tribe-common-anchor--unstyle):visited
{
color: var(--tec-color-text-events-title);
}
The workaround should work on the following views: List, Month and Day
I hope this helps, and please let me know if you have further questions or concerns.