Good evening Amy and welcome back!
Thank you for reaching out to us.
I would love to help you with this topic.
There are a couple of ways to go about this:
- Using a template override of the photo view. You might want to read our Themer’s guide to get a sense of how that works.In a nutshell, find the photo view file and remove the elements you do not want.
- Using CSS to hide these elements.
Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:
.tribe-events-photo .tribe-events-sub-nav, .tribe-events-photo #tribe-events-footer .tribe-events-button {display: none !important}
Let me know how that goes.
Best regards,
Geoff B.