Changes

Jump to navigation Jump to search

Custom CSS

661 bytes added, 16:44, 28 May 2020
no edit summary
<code>.mobiledashaddbooking{display:none;}</code>
==Hide column on the dashboard tables==
Change the child number in brackets to the desired column.
 
<code>.dashboardtable th:nth-child(9) {display:none;}</code>
 
</code>.dashboardtable td:nth-child(9) {display:none;}</code>
 
===Align the content of a column right===
<code> .bookingtable td:nth-child(8) {text-align: right;} </code>
== Guests Menu ==
<code>.pagetypebookingslist .bookingtable tr > *:nth-child(10) {display: none;}</code> will hide the tenth column which is 'Email'.
===Hide column on the BOOKINGS table===Change the child number in brackets to the desired column.  <code> .bookingtable th:nth-child(12) {display:none;} </code>  <code> .bookingtable td:nth-child(12) {display:none;} </code>  === Hide cancelled bookings in the BOOKING BOOKINGS Table ===
<code>.bookingtable .cancelbooking {display:none;}</code>
== Rates Menu ==
=== Hide a certain column in on the RATES Table rates table===Change the child number in brackets to the desired column.  <code>.pagetyperates ratetable th:nth-child(9) {display:none;} </code>  <code> .bookingtable tr> *ratetable td:nth-child(X9) {display: none;}</code> 
== Reports Menu ==

Navigation menu