Good morning William and welcome back!
Thank you for reaching out to us.
I would love to help you with this topic.
There are 2 ways to achieve this:
- Create a customized view. You might want to read our Themer’s guide to get a sense of how that works.
- Simply using CSS to hide the links
Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:
#tribe-events-footer .tribe-events-sub-nav, #tribe-events-header .tribe-events-sub-nav {
display:none !important;
}
or if you simply want this to apply to single events
.single-tribe_events #tribe-events-footer .tribe-events-sub-nav, .single-tribe_events #tribe-events-header .tribe-events-sub-nav {
display:none !important;
}
Let me know how that goes.
Best regards,
Geoff B.