Difference between revisions of "Category:Customise Control Panel"

From Beds24 Wiki
Jump to navigation Jump to search
m (1版 をインポートしました)
Beds24>Annette
Line 1: Line 1:
The lists on the menu pages DASHBOARD, BOOKINGS and RATES can be customised by adding custom CSS. To enter the CSS go to  SUB ACCOUNTS (top menu) then click on "Manage" for the account for which the changes should apply. Enter the CSS in the field "CUSTOM CSS"
+
<div class="heading">Page Title</div>
 +
This page explains how to customize the control panel.
  
'''Examples'''
+
You have multiple options to customize the your control panel. Use the links below for further information.
 
 
1. The following Custom CSS can hide any column on the dashboard tables, change the child number in brackets to the desired column.
 
 
 
.dashboardtable th:nth-child(9) {display:none;}
 
.dashboardtable td:nth-child(9) {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.  
 
 
 
.ratetable th:nth-child(9) {display:none;}
 
.ratetable td:nth-child(9) {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.
 
 
 
.bookingtable  th:nth-child(12) {display:none;}
 
.bookingtable  td:nth-child(12) {display:none;}
 
 
 
 
 
4. This CSS will align the content of the 8th column right:
 
 
 
.bookingtable  td:nth-child(8) {text-align: right;}
 

Revision as of 15:46, 28 May 2020

Page Title
This page explains how to customize the control panel.

You have multiple options to customize the your control panel. Use the links below for further information.

This category currently contains no pages or media.