Hi Stephen,
Thanks for reaching out!
You can adjust this by targeting the “tribe-events-page-title” class using CSS. You can add this to the Additional CSS area under Appearance > Customize (if you have one) or in your child theme’s style.css sheet (of course changing the values to whatever you’d like!):
.tribe-events-list h2.tribe-events-page-title {
/* Change these values to whatever you'd like! */
color: #bc8b0a;
font-size: 35px;
text-transform: uppercase;
}
Let me know if you have any questions!