Hello Jeffrey
That is certainly possible. You’ll want to take a glance over Themer’s Guide. You’ll be modifying one line of code from wp-content/plugins/the-events-calendar/src/views/month/single-event.php on line 196.
It normally shows:
<h3 class="tribe-events-month-event-title"><a href="<?php echo esc_url( $link ) ?>" class="url"><?php echo $title ?></a></h3>
and you’ll add a copy of that file to wp-content/themes/your-theme/tribe-events/month/
and modify line 196 to be:
<h3 class="tribe-events-month-event-title"><?php echo $title ?></h3>
Can you let me know if this works for you?
Thanks
Courtney 🙂