Hi Lionel,
Sure thing! You can this to your theme’sĀ style.css file or use a plugin like Simple Custom CSS:
.tribe-mini-calendar-event .list-date {
background: orange; /* or whatever color you'd like */
}
.tribe-mini-calendar-nav td {
background: orange; /* or whatever color you'd like */
}
.tribe-mini-calendar thead {
background: orange; /* or whatever color you'd like */
}
.tribe-mini-calendar td.tribe-events-has-events {
background: orange; /* or whatever color you'd like */
}
Will that work for you? Please let me know. š
Cheers!
Geoff