Page 1 of 1

Customize date on booking page

Posted: Mon Dec 23, 2013 2:44 pm
by achotirat
Because there are date on every accommodation, could it be delete and use as one on top of the page? see attachment

Re: Customize date on booking page

Posted: Mon Dec 23, 2013 7:47 pm
by annedawn
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.