Many thanks for the reply 🙂
Is there a PHP file where I can apply something like the following that will capitalize the event title every time it’s rendered through out the frontend?
$event_title = ucfirst(strtolower($event_title));
cheers!
Christian