Please use this simple custom css to hide date from your timeline
.cool-timeline .timeline-post .timeline-meta {
display: none;
}
And if you also want to hide bigger year circle then also add this css:-
.cool-timeline .timeline-year {
display: none;
}
Also For your website – https://www.seletartmc.org/ourhistory/ I suggest you 1 extra css that you must add:-
.cool_timeline .img-circle {
border-radius: 5px;
}