Hi there,
You can change it by adding the following CSS code on wp-admin > Appearance > Customizer > Additional CSS section:
.tribe-events-widget-events-list__event-datetime, .tribe-events-widget-events-list__event-title a, .tribe-events-widget-events-list__event-date-tag-datetime span, .tribe-events-widget-events-list__view-more a {
color: white!important;
}
Best Regards
Hi @eggbird, that’s awesome. Good to know that my colleague Guga was able to help you with this one.
If you have some time to review, that would be fantastic.
https://ww.wp.xz.cn/support/plugin/the-events-calendar/reviews/
I’d be marking this as resolved, and please do not hesitate to bump a new ticket on our way.
Have a great day.
Best,
Abz
Oh, one more thing ….
The title bar is still black on black ….
What to do ….?
Hi there,
Oh, sorry if I missed the title color, that’s really something that needs to be changed!
Please update your CSS to the following one:
.tribe-events-widget-events-list__event-datetime, .tribe-events-widget-events-list__event-title a, .tribe-events-widget-events-list__event-date-tag-datetime span, .tribe-events-widget-events-list__view-more a, .tribe-events-widget-events-list__header-title {
color: white!important;
}