FAQ
Pricing
FAQ
Sign In
arrow_back_ios
How can I hide the duration from the widget?
Open the widget settings and go to the
Design
panel. Check the
Custom CSS style
option and add the following CSS:
.reservation-dates__duration{
display:none;
}
As a result, the duration will no longer appear on the reservation form: