Hi Mike,
Thanks so much for reaching out!
You have a few options in the WordPress Customizer on changing colors of your Events Calendar related pages.
In terms of the title of the ticket itself, you can add some custom CSS to your WordPress Customizer or theme’s stylesheet to change that element. I believe the element that you are referring to is td.tickets_name so you’ll want to add something like this:
td.tickets_name {
color:red;
font-weight: bold;
}
Let me know if that helps!
Thanks,
Jaime