Custom CSS: Difference between revisions

Jump to navigation Jump to search
Andrian (talk | contribs)
Andrian (talk | contribs)
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;}


===Change the blue Login button on the initial Beds24 page (resellers only)===
== GUESTS MENU ==
  .pagetypelogin .b24btn_Login{background-color:#xxxxxx;}
 
=== 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;}


=== Hide the "Make a Charge using Stripe" button ===
== BOOKINGS MENU ==
#makechargeusing{display:none;}


=== 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;}
=== Hide a certain colum in the RATES Table ===
.pagetyperates .bookingtable tr> *:nth-child(X)  {display: none;}
=== Hide a certain row in the "Info" tab  on  GUESTS===
.pagetypeguests .viewguest .table tr:nth-child(x) {display: none; }
=== Hide potential issue "Less than 12 months available"===
.warninglessthan12monthsavailable{ display: none}
=== Hide 'Template 2' from Guest Management  > Booking Templates ===
.pagetypecommunicationbooktemplate #settingformid .background_boxprop:nth-of-type(2){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;}


==CALENDAR==
== OTHER ==


===Hide "Show" in the CALENDAR===
===Change the blue Login button on the initial Beds24 page (resellers only)===
  .dashgridshowfilter {display:none;}
  .pagetypelogin .b24btn_Login{background-color:#xxxxxx;}


===Hide "Override row" in the CALENDAR===
=== Hide the "Make a Charge using Stripe" button ===
  .dashgrid_rowtype1{display:none;}
  #makechargeusing{display:none;}


===Hide item from dropdown for rooms in the CALENDAR===
=== Hide potential issue "Less than 12 months available"===
  .dashgrid_rowroomname .dropdown ul.dropdown-menu li:nth-child(3) {display:none !important;}
  .warninglessthan12monthsavailable{ display: none}


===Hide suitcase icon (add booking) and the button 'Add Booking' from CALENDAR===
=== Hide 'Template 2' from Guest Management  > Booking Templates ===
  .icon-suitcase, .b24btn_AddBooking{display:none}
  .pagetypecommunicationbooktemplate #settingformid .background_boxprop:nth-of-type(2){display:none;}


= Reports =
= Reports =