Customize date on booking page

Availability and inventory control
Post Reply
achotirat
Posts: 1
Joined: Mon Dec 23, 2013 2:34 pm

Because there are date on every accommodation, could it be delete and use as one on top of the page? see attachment
Attachments
Booking page.png
Booking page.png (100.54 KiB) Viewed 2524 times
annedawn
Posts: 24
Joined: Fri Mar 02, 2012 1:48 pm

You can hide the dates with custom css.

Go to SETTINGS-> BOOKING PAGE -> ADVANCED "Custom CSS" and paste in

.at_date_6134 { display:none; }
.at_date_6135 { display:none; }

The numbers are the room id numbers for the date rows you want to hide.
You can choose which rows to hide by adding one of these lines per row.
Post Reply