Hello Steve!
Thanks for reaching out to us! 🙂 I’d be happy to help with this.
You can hide the “see all” link from the single event page and from the lists view by adding the following CSS snippets into your theme’s styles:
body.single-tribe_events .recurringinfo {
display: none;
}
.tribe-events-list .tribe-events-loop .tribe-events-event-meta .event-is-recurring {
display: none;
}
We have a great article that explains this and other ways you can customize our templates here > https://theeventscalendar.com/knowledgebase/themers-guide/
I hope that helps! Let me know if that works for you.
Best,
Victor