Changes

Jump to navigation Jump to search

Custom CSS

258 bytes removed, 12:20, 21 October 2022
To highlight when Check-in is not allowed :-
<code> .datencodatenci{background-color:#f4f4f4; color:#cccccc;}</code>
To highlight specific days then set the day with the appropriate colour :-
<code> .daysat{background-color:#592323; color:#cccccc;}</code>
<code> .daysun{background-color:#592323; color:#cccccc;}</code>
 
=== Mark days when check-in is not allowed (i.e. for rentals on a weekly basis)===
To use this option you will need to set your check-in/check-out rules in the CALENDAR. It will not work for check-in and check-out restrictions only set in rates.
 
NOTE: Limit the check-in in the CALENDAR (click on "Override") to use this function.
 
<code> .datenci{background-color:#f4f4f4; color:#cccccc;}</code>
=== Background Image ===
}
</code>
 
=== Hide Property Name ===
This will remove the individual property names from the Multi Property booking page.
 
<code>.at_propnametext {display: none;}</code>
= BOOKING WIDGETS =
<code>.pagetypelogin .b24btn_Login{background-color:#xxxxxx;}</code>
=== Hide the "Make a Charge using Stripe" button ===
<code>#makechargeusing{display:none;}</code>
2,864

edits

Navigation menu