Skip to content

Instantly share code, notes, and snippets.

@PluginRepublicSupport
Created February 3, 2023 15:07
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 PluginRepublicSupport/4f4c87312cb4c3c377af38329f594401 to your computer and use it in GitHub Desktop.
Save PluginRepublicSupport/4f4c87312cb4c3c377af38329f594401 to your computer and use it in GitHub Desktop.
Booking Plugin Disabled Dates
/** Disabled dates color **/
.bfwc-optimise-colours .ui-datepicker td.ui-state-disabled {
background: #FF0000 !important;
opacity: 1 !important;
}
/** Fix calendar next/previous icons **/
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment