Multiple Property Developer: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
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 | 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 | ||
Examples: | |||
Make search criteria always visible: | |||
#collapseAdvancedSearch | |||
{height: auto;display: | |||
block !important; | |||
} | |||
.b24-agencysearchlink{ | |||
display: none; | |||
} | |||
Revision as of 16:20, 6 June 2016
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
Examples:
Make search criteria always visible:
#collapseAdvancedSearch
{height: auto;display:
block !important;
}
.b24-agencysearchlink{
display: none;
}