Hi @zeitzuwandern,
We have a known issue related to the customizer. Could you try adding the following CSS, and see if it works on your end?
.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);
}
Let me know how it goes.