Hi,
Thanks for using out plugins. I can help get you started here.
We do not have a admin area to change the color of text, but I can help get you started on this.
However, I am not going to be able to provide all the css to modify this as it is coming from your theme and that is beyond the support we can provide.
This coding here will change the link colors for the events:
.post-content #tribe-events-content a {
color: #00000;
}
This will help with the titles:
.post-content #tribe-events-content h3 {
color: #00000;
}
Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
I would also recommend looking for this guide for how to find html tags and create css selectors for them:
https://theeventscalendar.com/support/documentation/using-google-chrome-developer-tools/
Let me know if you have any follow up questions.
Thanks