Hi Keith,
Thanks for the compliment!
I took a look at your site, and that title is actually not coming from our plugin (you can see an example of the default month view page here). By default, the only title on the month view page is “Events for…”. It looks like the title you’re referring to is actually being added by the theme. You can try adjusting the “Default stylesheet used for events templates” and “Events template” settings under Events > Display, or you can also try the following CSS:
.post-type-archive-tribe_events .subheader-titles {
display: none;
}
Let me know how that works!
Thanks,
Jennifer