Custom CSS: Difference between revisions
Jump to navigation
Jump to search
| Line 229: | Line 229: | ||
*SUB ACCOUNTS > ACCOUNT LIST to apply for all sub accounts | *SUB ACCOUNTS > ACCOUNT LIST to apply for all sub accounts | ||
*SUB ACCOUNTS > ACCOUNT LIST > MANAGE ACCOUNT to apply for a specific sub account | *SUB ACCOUNTS > ACCOUNT LIST > MANAGE ACCOUNT to apply for a specific sub account | ||
== CALENDAR == | |||
===Hide "Show" in the CALENDAR=== | |||
.dashgridshowfilter {display:none;} | |||
===Hide "Override row" in the CALENDAR=== | |||
.dashgrid_rowtype1{display:none;} | |||
===Hide item from dropdown for rooms in the CALENDAR=== | |||
.dashgrid_rowroomname .dropdown ul.dropdown-menu li:nth-child(3) {display:none !important;} | |||
===Hide suitcase icon (add booking) and the button 'Add Booking' from CALENDAR=== | |||
.icon-suitcase, .b24btn_AddBooking{display:none} | |||
== DASHBOARD == | == DASHBOARD == | ||
| Line 244: | Line 258: | ||
.mobiledashaddbooking{display:none;} | .mobiledashaddbooking{display:none;} | ||
=== | == GUESTS MENU == | ||
. | |||
=== Hide a certain row in the "Info" tab on GUESTS=== | |||
.pagetypeguests .viewguest .table tr:nth-child(x) {display: none; } | |||
== RATES MENU == | |||
=== Hide a certain colum in the RATES Table === | |||
.pagetyperates .bookingtable tr> *:nth-child(X) {display: none;} | |||
=== | == BOOKINGS MENU == | ||
=== Hide property name in the BOOKING GRID === | === Hide property name in the BOOKING GRID === | ||
| Line 265: | Line 285: | ||
=== Hide cancelled bookings in the BOOKINGS Table === | === Hide cancelled bookings in the BOOKINGS Table === | ||
.bookingtable .cancelbooking {display:none;} | .bookingtable .cancelbooking {display:none;} | ||
==BOOKING POPUP== | ==BOOKING POPUP== | ||
| Line 313: | Line 319: | ||
.pagetypeajaxbookedit #bookingtemplate3button{display:none;} | .pagetypeajaxbookedit #bookingtemplate3button{display:none;} | ||
=== Hide Specific Fields === | === Hide Specific Fields === | ||
| Line 371: | Line 376: | ||
.pagetypeajaxbookedit .menusetting-guestemail{display:none;} | .pagetypeajaxbookedit .menusetting-guestemail{display:none;} | ||
== | == OTHER == | ||
=== | ===Change the blue Login button on the initial Beds24 page (resellers only)=== | ||
. | .pagetypelogin .b24btn_Login{background-color:#xxxxxx;} | ||
===Hide " | === Hide the "Make a Charge using Stripe" button === | ||
#makechargeusing{display:none;} | |||
===Hide | === Hide potential issue "Less than 12 months available"=== | ||
. | .warninglessthan12monthsavailable{ display: none} | ||
===Hide | === Hide 'Template 2' from Guest Management > Booking Templates === | ||
. | .pagetypecommunicationbooktemplate #settingformid .background_boxprop:nth-of-type(2){display:none;} | ||
= Reports = | = Reports = | ||