I’m styling up an individual event page and would like to modify the HTML that is output for Related Events. I’ve searched through the code and tracked this down to a function ‘tribe_single_related_events’ in events-calendar-pro\public\template-tags\general.php. I was hoping this might might be something that could be overwritten. Is there a way I could modify the output within my theme?
Then attach your own function (which might initially be based on/a copy of) the existing tribe_single_related_events() function) and tweak from there. Does that help?