Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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