Past events CSS
-
Hello there,
I need to change the past events title and time color in the month view and I was able to do that using this code:
.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__calendar-event a, .tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__calendar-event time { color: #353535 !important; opacity: 1 !important; }
However if you go back to a previous month, the event title and time changes to the same color as the upcoming events, any idea on how to target past events from previous months and not just the past events from the current month in view. So I only want to change the color of the past events and keep the upcoming ones in a different color.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Past events CSS’ is closed to new replies.