Changes

Jump to navigation Jump to search

Category:Customise Control Panel

304 bytes removed, 15:17, 16 December 2015
no edit summary
1. The following Custom CSS can hide any column on the dashboard tables, change the child number in brackets to the desired column. Balance will either be column 9 or 10 depending on whether the property name is shown in the table:
.dashboardtable th:nth-child(9) {display:none;} .dashboardtable td:nth-child(9) {display:none;} and/or  .dashboardtable th:nth-child(10) {display:none;}.dashboardtable td:nth-child(10) {display:none;} 
2. The following Custom CSS can hide any column on the rates table, change the child number in brackets to the desired column. Balance will either be column 9 or 10 depending on whether the property name is shown in the table:
.ratetable th:nth-child(9) {display:none;} .ratetable td:nth-child(9) {display:none;} and/or  .ratetable th:nth-child(10) {display:none;}.ratetable td:nth-child(10) {display:none;}
3. The following Custom CSS can hide any column on the bookings table, change the child number in brackets to the desired column. Balance will either be column 9 or 10 depending on whether the property name is shown in the table:
.bookingtable th:nth-child(912) {display:none;}.bookingtable td:nth-child(9) {display:none;} and/or  .bookingtable th:nth-child(10) {display:none;}.bookingtable td:nth-child(1012) {display:none;}
4. This CSS will align the content of the 8th column right:
.bookingtable td:nth-child(98) {text-align: right;}

Navigation menu