Hi Johan,
Hope you had a great weekend!
That H2 heading is located in the single-event.php file, which you can locate here:
/wp-content/plugins/the-events-calendar/src/views/single-event.php
The heading is located on Line 37:
<?php echo tribe_events_event_schedule_details( $event_id, '<h2>', '</h2>' ); ?>
You can make the change directly there, but the safer way to do it is to override the template in your theme to make sure your changes do not get lost on future plugin updates:
- Make a new folder in your theme called tribe-events
- Add the single-event.php file in that folder
Now that the theme is in your theme, you can make the changes you need and they’ll be reflected in the calendar. 🙂
Will that do the trick for you? Please let me know!
Cheers,
Geoff