Custom CSS: Difference between revisions

Jump to navigation Jump to search
No edit summary
Andrian (talk | contribs)
Line 9: Line 9:
== Booking page ==
== Booking page ==


*Custom CSS can be added in SETTINGS->BOOKING PAGE ->MULTIPLE PROPERTIES->DEVELOPERS "Custom CSS"
*Custom CSS can be added in SETTINGS > BOOKING PAGE > MULTIPLE PROPERTIES > DEVELOPERS > "Custom CSS"


*Custom CSS can be added in SETTINGS->BOOKING PAGE ->DEVELOPERS "Custom CSS"
*Custom CSS can be added in SETTINGS > BOOKING PAGE > DEVELOPERS > "Custom CSS"


=== Bigger room name ===
=== Bigger room name ===
Line 20: Line 20:


=== Disable click on calendar===
=== Disable click on calendar===
  .roomoffercalendarmonth{
  .roomoffercalendarmonth{pointer-events: none;}
  pointer-events: none;
}


  .monthcalendarhead{
  .monthcalendarhead{pointer-events: auto;}
pointer-events: auto;
}


=== Mark dates when check-out is not allowed (i.e. for rentals on a weekly basis===
=== Mark dates when check-out is not allowed (i.e. for rentals on a weekly basis===