Skip to content

Instantly share code, notes, and snippets.

@PluginHive
Last active January 11, 2020 07:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PluginHive/c8d4f4853a2df6fb76b4013a98b465a7 to your computer and use it in GitHub Desktop.
Save PluginHive/c8d4f4853a2df6fb76b4013a98b465a7 to your computer and use it in GitHub Desktop.
hide non-available dates in time calendar
/* hide non-available dates in time calendar */
#ph-calendar-time li.ph-calendar-date.de-active.not-available {
display: none !important;
}
/* hide booked slots in time calendar */
#ph-calendar-time li.ph-calendar-date.booking-full.de-active {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment