This worked on my page – not sure if it will work for you all.
Go into edit plugins
Open “cool-timeline/includes/cool_timline_template.php”
At lines 233 and 260 of version 1.0.7 find
<div class="time">'.$posted_date.'</div>';
and change it to
<div class="time"></div>';
Example