Hi Danny,
Thanks for reaching out! Happy to help you out with this.
Which widget are you interested in (Calendar or Event List), and do you want to change the color of all the text in the widget to the same color?
To change all the colors for the Calendar widget, add this to your style.css with the color code you need:
.widget_calendar table, .widget_calendar table a {
color: #00ff00;
}
For the Event list widget, use this:
.tribe-events-list-widget, .tribe-events-list-widget a {
color: #00ff00;
}
Let me know if this helps.
Cheers,
Andras