Hi Roxanne,
Thanks so much for reaching out!
You can hide the words “Upcoming Events” by adding a bit of CSS to your WordPress Customizer or theme’s (or child theme’s) stylesheet. Try something like this:
h2.tribe-events-page-title {
display:none;
}
You can remove the option to “show only the first upcoming instance of recurring event” by going to Events Settings < General, unchecking this option, and Save Changes.
Let me know if this helps!
Thanks,
Jaime