Hey there, Dan! Welcome to the forums. π
Getting the venue city in the tooltip takes a bit of custom development that we’re unable to support, but I’d be happy to help point you in the right direction.
First thing you’ll want to do is create an override of the tooltip.php template, which is located in /plugins/the-events-calendar/views/month/tooltip.php. If you’re new to template overrides, check out our Themer’s Guide before getting started, as it will show you how to copy and override the template without affecting the plugin’s core code.
From there, you’ll want modify the template to include theΒ tribe_get_city() function to fetch and display the city in the tooltip, where you would like it. You can check out this example customizationΒ of the same file as a starting point. π
Cheers!
Geoff