I am trying to figure out how to grey out/color past events in the calendar view so that they look distinctly different from upcoming events. I couldn’t see any unique style that was given to past events. Is there any way for me to accomplish this?
We found a logic issue in the calendar plugin. We’ll be releasing a fix in the next update to the calendar plugin. If you want to apply the fix manually, you can open up the calendar plugin’s espresso-calendar.php file and remove the else statement that goes after the if that starts on line 600. You’ll end up with this:
if ( $not_open )
$events[ $cntr ]['className'] = 'not-open';
The support post ‘Custom Style for Past Events in Calendar’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.