Hide unavailable for booking dates

Add this code to the Custom CSS field on the Settings tab of your Appointment Booking widget’s settings:

.es-snap-carousel-item:has(.es-datetime-picker-button-disabled) {
  display: none;
}
3 Likes

Hi Max,
Thank you so much for your help – adding the code to the Custom CSS field worked perfectly. It helped me a lot!
Really appreciate your quick support.

Greetings
Munzir

2 Likes

Oh, that’s awesome - a huge thank you for the feedback :heart: