You can hide the “number of nights” text by editing the CSS of the booking form. Go to “Settings > Booking form > Manage booking forms > Edit design”, and add the following CSS code:
#book_nights { display:none; }
You can hide the “number of nights” text by editing the CSS of the booking form. Go to “Settings > Booking form > Manage booking forms > Edit design”, and add the following CSS code:
#book_nights { display:none; }