Good evening Brad and welcome to the Events Calendar Support forum!
First off, I would like to apologize for the delay answering.
We are currently experiencing a higher level of requests than usual.
Please rest assured that we are working hard at correcting this situation.
We appreciate your patience while we try to normalize things.
Thank you for reaching out to us.
I would love to help you with this topic.
Is there a way to hide the event title and date from the top of the event.
Yes.
You can two this in one of two ways:
- Create a custom view template for the single event view. You might want to read our Themer’s guide to get a sense of how that works.
- Use CSS to hide the unwanted info
Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:
.single-tribe_events .tribe-events-single-event-title, . single .tribe-events-schedule {display: none !important;}
Let me know how that goes.
Best regards,
Geoff B.