Hi jeromebegin,
If you go to edit event-list/css/event-list.css you can find this:
.event-list .multi-date {
background: url(../images/date-separator.png) center no-repeat;
}
.event-list .start-date, .event-list .end-date {
text-align: center;
width: 3.2em;
border-radius: 5px;
background-color: rgb(230,230,230);
overflow: hidden;
}
you just change the background-color: rgb to something diferent.
i hope it helped you