Hide the duration in Appointment Booking

Hi Helga and Max

First of all, you are doing a great job here for the community… :smiling_face_with_three_hearts:
I would like to use the widget for a restaurant. But I would like to leave out the duration. So only a time for the reservation and therefore not limited in time. Would that be possible?

Domi

2 Likes

Hi there @Dominik1 :wave:

We are so happy to hear you enjoy the Community! Thanks a ton for your kind feedback :heart:

Please try to use this code in the Custom CSS field on the Settings tab of your widget’s settings:

[class*="current-timeslot__TimeRow-sc"] {
  display: none;
}

Thank you very much!

1 Like

You are most welcome :wink: