=== 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 cancelled bookings in the BOOKINGS Table ===
.bookingtable .cancelbooking {display:none;}
== Rates Menu ==
=== Hide a certain colum in the RATES Table ===
.pagetyperates .bookingtable tr> *:nth-child(X) {display: none;}
== Reports Menu ==
=== Limit selector list for custom reports ===
Example: Limit the list to reports 1 - 3:
#reportid option:nth-child(n+4){display:none;}
==Booking Popup==
Email (under the Email tab)
.pagetypeajaxbookedit .menusetting-guestemail{display:none;}
== Reports Menu ==
=== Limit selector list for custom reports ===
Example: Limit the list to reports 1 - 3:
#reportid option:nth-child(n+4){display:none;}