Hello @goebi22
All this came from your theme, this is nothing related to the plugin. There might be some option to change color in your theme option or you could use customizer.
Hope it might help you.
Thanks
Hey there @voboghure!
As Tapan mentioned that colors are coming from your theme.
But you can change them with some CSS.
I wrote bellow to rules that you can use directly into your WordPress Customizer. To try it go to “Appearance > Customizer > Custom CSS.
Feel free to change #000 to any other hex code that you want.
Event Title Color
.tribe-events-single-event-title { color: #000 !important; }
Event Links
#tribe-events-content a, .tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-adv-list-widget .tribe-events-widget-link a:hover, .tribe-events-back a, .tribe-events-back a:hover, .tribe-events-event-meta a, .tribe-events-list-widget .tribe-events-widget-link a, .tribe-events-list-widget .tribe-events-widget-link a:hover, ul.tribe-events-sub-nav a, ul.tribe-events-sub-nav a:hover { color: #000 !important; }
Jaime
(@jaimemarchwinski)
Hey there! This thread has been inactive for a while so we’re going to go ahead and mark it Resolved. Please feel free to open a new thread if any other questions come up and we’d be happy to help. 🙂