Hi @tf5_bassist
Sorry for the inconvenience.
But the current version of our plugin doesn’t support this feature.
We will pass this request to our developers.
If you want to change the background color of the left-side date in the minimal list, use this CSS, and you can modify the color as per your preference.
-> Simple Event CSS.
.ebec-minimal-list-wrapper .ebec-list-posts.style-1.ebec-simple-event .ebec-event-date-tag {
background: green;
}
-> Featured Event CSS.
.ebec-minimal-list-wrapper .ebec-list-posts.style-1.ebec-featured-event .ebec-event-date-tag{
background: yellow;
}
You have the date font size option above title, check the screenshot.
If you are referring to date on left before the separator line then you can use the CSS given below:
.ebec-event-datetimes span.ev-mo, .ebec-ev-day {
font-size: 29px !important;
}
Hope this helps.