How to show only specific dates in the widget

I’m using elfsight appointments widget, and I want only show available specific dates. using the widget’s filter-option doesn’t work for me.

1 Like

Greetings and welcome to the Community, @user26004 :waving_hand:

Yep, it’s possible to hide unavailable days using this code in the Custom CSS field on the Settings tab of your widget’s settings:

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

We also have a Wishlist request to add an option to choose the days to display right in the settings. Please upvote this idea if you’d like it to be released :slightly_smiling_face: - Only show specific date

2 Likes