Hi there Rich,
Thanks for reaching out to us! I’ll help you here…
To select the current day you can use the .tribe-events-present CSS selector, so for example to change the day number background you can do the following:
.tribe-events-present div:first-child {
background-color: red !important;
}
This will work for mobile too, of course you’ll need to adjust the rules to get to the desired result.
You can add this code to your theme stylesheet or via Simple Custom CSS plugin.
Hope you can get started with this tip, please let me know if there’s anything else I can do for you,
Best,
Nico