Custom colors for month view
-
Hi,
I need to change all the blues in the various views of the calendar to be greens for a client install of Events Calendar.
I’ve probably got a few more questions after this to get everything just right, but now I’m struggling with the Month View, and coloring the present day’s title bar to green instead of blue.
I have a piece of CSS that does it:
table.tribe-events-calendar td.tribe-events-present * {
background: #559534 !important; /* Light Green */
}And when this is enabled, I find it messes things up in the mobile view…
Is there a better/cleaner way to color this element?
Thanks for your time,
Evan
The topic ‘Custom colors for month view’ is closed to new replies.