To change the way the year and date is displayed use the code below changing the colors to suit your needs
It should end up looking something like the pic below
Code:
.b-event__listyear { background: linear-gradient(to bottom, skyblue,white, skyblue); color: blue; text-align: center; } .b-event__date { background: linear-gradient(to bottom, skyblue,white, skyblue); color: blue; text-align: center; }