Difference between revisions of "Multiple Property Developer"

From Beds24 Wiki
Jump to navigation Jump to search
Line 7: Line 7:
 
To find examples of what can be done go to this document:
 
To find examples of what can be done go to this document:
  
[[Custom_CSS|Custom CSS]].
+
[[Custom_CSS#Multiple_Booking_page|Custom CSS]].
 
 
Examples:
 
 
 
Make search criteria always visible:
 
#collapseAdvancedSearch
 
{height: auto;display:
 
block !important;
 
}
 
.b24-agencysearchlink{
 
display: none;
 
}
 

Revision as of 06:41, 25 August 2018

This page is about the menu SETTINGS -> BOOKING PAGE ->MULTIPLE PROPERTIES-> DEVELOPER

Developers can add custom css and scripts. Code entered here will apply to all booking pages in the account. Code for individual properties can be entered in SETTINGS->BOOKING PAGE->DEVELOPERS

To find examples of what can be done go to this document:

Custom CSS.