Hi Michael,
Thanks for reaching out to us! I’ll help you here…
The easy way to achieve this is to visually hide it via CSS, adding this snippet to your theme/child theme stylesheet or via Simple Custom CSS plugin:
.single-tribe_events #tribe-events-footer {
display:none;
}
If you are just willing to hide this for specific events you can target those via post-ID, like this:
.postid-999 #tribe-events-footer {
display:none;
}
Finally if you need to select which events to hide this from the back-end you can add a custom field (or PRO additional field) and make a check for this value in the Single Event Template (view the Themer’s guide for details on how to edit templates).
Please let me know if you can implement this fix or still need assistance,
Best,
Nico