Hi Jeff!
Thanks for reaching out to us! Let me help you with this.
I would suggest overriding the single-event.php template to make that happen. You can learn more about overriding calendar templates in our Themer’s Guide, but it basically boils down to this:
- Make a copy of the single-event.php template. It is located at wp-content/plugins/the-events-calendar/src/views/single-event.php
- Make a new folder in your theme called tribe-events
- Drop your copied single-event.php file in that last folder
Now that the template is in your theme, you can modify it to suit your needs. In this case, you need to remove or comment out line 70 where you can see this code:
<?php tribe_get_template_part( 'modules/meta' ); ?>
Will this work for you? Please let me know. 🙂
Best,
Victor