arrow_back_ios

How can I hide the duration from the widget?

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: