Viewing 1 replies (of 1 total)
  • Plugin Author davidfcarr

    (@davidfcarr)

    You could prevent events from showing up in the calendar grid with this CSS (tested using the Additional CSS tab in the theme customizer)

    td.past a {
    	display: none;
    }

    or style them as grayed out.

Viewing 1 replies (of 1 total)
  • The topic ‘Hiding past events on the Calendar’ is closed to new replies.