Hi Hank.
If Events > Settings > Template > Default Template is set to Default Events Template then you would override ecp-page-template.php (see this tutorial on template overrides if you haven’t already done so!) and put your replacement text in there.
For instance, you might find this line:
<h2 class="tribe-events-cal-title"><?php tribe_events_title(); ?></h2>
<h2 class="tribe-events-cal-title"> My Custom Title </h2>
Does that help here?
-
This reply was modified 11 years, 1 month ago by
Leah.