Hi there,
We’re currently using the field ‘HTML before event content’ in the Display area of the Event Calendar settings.
This content appears fine on the main event page (the calendar view), and also each individual event pages.
We wanted to hide this content on the individual event pages.
We’ve tried adding a CSS class to hide this, but because the content containers have the exact same class name, and the exact same ancestors, we can’t only target the individual event page instances of this container.
We could also probably the tribe_events_before_html() function in general.php to achieve this, but wanted to avoid it as I’m sure it’ll cause problems when we update the plugin.
Any ideas? All help much appreciated!