In your EC3 plugin folder, find and open template-functions.php.
Find:
define('EC3_DEFAULT_TEMPLATE_EVENT',<a href="%LINK%">%TITLE% (%TIME%)</a>');
and replace it with:
define('EC3_DEFAULT_TEMPLATE_EVENT',<a href="%LINK%">%TITLE%</a>');
-------------------
Hi
I want to remove the %TIME% how is this done?