Howdy Stephen,
Welcome to our support forums and thanks for reaching out to us. I’ll help you on this one!
To change the icon color paste the CSS snippet below into your theme’s (or child theme’s) stylesheet:
/* Change advanced list widget icon background color */
.tribe-mini-calendar-event .list-date {
background-color: #2877b8;
}
/* Change advanced list widget date name color */
.tribe-mini-calendar-event .list-date .list-dayname{
color: #2877b8;
}
You can also user Simple Custom CSS plugin to apply this custom style.
Please let me know if this works as expected,
Best,
Nico