Changes

Jump to navigation Jump to search

Custom CSS

161 bytes removed, 14:15, 20 November 2019
no edit summary
__TOC__
= Booking Page BOOKING PAGE =
Custom CSS can be added in SETTINGS > BOOKING PAGE > DEVELOPERS > "Custom CSS"
#iconedit {display: none;}
= Control Panel CONTROL PANEL =
Custom CSS can be added in:
*SUB ACCOUNTS > ACCOUNT LIST to apply for all sub accounts
*SUB ACCOUNTS > ACCOUNT LIST > MANAGE ACCOUNT to apply for a specific sub account
== CALENDAR Calendar ==
===Hide "Show" in the CALENDAR===
.inv0 .dashgrid_inventory {color: red}
== DASHBOARD Dashboard ==
===Hide the Dashboard selector (drop-down menu) from DASHBOARD===
.mobiledashaddbooking{display:none;}
== GUESTS MENU Guests Menu ==
=== Hide a certain row in the "Info" tab on GUESTS===
.pagetypeguests .viewguest .table tr:nth-child(x) {display: none; }
== RATES MENU Rates Menu ==
=== Hide a certain colum in the RATES Table ===
.bookingtable .cancelbooking {display:none;}
==BOOKING POPUPBooking Popup==
===Hide 'Open in new Window' link===
.pagetypeajaxbookedit .menusetting-guestemail{display:none;}
 == MISCELLANEOUS Reports Menu == === Limit selector list for custom reports === Example: Limit the list to reports 1 - 3:  #reportid option:nth-child(n+4){display:none;}  == Miscellaneous ==
===Change the blue Login button on the initial Beds24 page (resellers only)===
=== Hide 'Template 2' from Guest Management > Booking Templates ===
.pagetypecommunicationbooktemplate #settingformid .background_boxprop:nth-of-type(2){display:none;}
 
= Reports =
Custom CSS can be added in:
*SUB ACCOUNTS > ACCOUNT LIST to apply for all sub accounts
*SUB ACCOUNTS > ACCOUNT LIST > MANAGE ACCOUNT to apply for a specific sub account
 
 
=== Limit selector list for custom reports ===
 
Example: Limit the list to reports 1 - 3:
 
#reportid option:nth-child(n+4){display:none;}
770

edits

Navigation menu