arrow_back_iosQuestions
help

How can I hide the duration from the widget?

check_circle
Go to the widget settings, open the Design panel. Set the Custom CSS style checkbox and insert this CSS:
.reservation-dates__duration{
  display:none;
}
As a result, the duration will disappear from the reservation form:
Didn't find the answer to your question?
Feel free to ask it at
mail_outline support@bukza.com