Hi Charmaine,
Thanks for reaching out to us! Hopefully I can help you out on this one 🙂
Those events are greyed out because they are past events, that’s default behavior. If you want to customize how they look, please add this lines to your theme’s stylesheet -located at wp-content/themes/your_theme/styles.css:
// modify all past dates
#sidebar .tribe-mini-calendar .tribe-events-past {
background-color: #ccc; // change background color
opacity: 1; // make them "solid"
}
// modify past dates with events
#sidebar .tribe-mini-calendar .tribe-events-past.tribe-events-has-events {
background-color: #987fa7; // change background color
opacity: 1; // make them "solid"
}
Please let me know if you can implement that snippet,
Best,
Nico