Category:Sub Account: Difference between revisions
Jump to navigation
Jump to search
| Line 182: | Line 182: | ||
===== Hide the 'Show' options in the Calendar ===== | ===== Hide the 'Show' options in the Calendar ===== | ||
Log into the sub account, go to the calendar and untick all the options you don't want. Log out and log into the master account. Go to the 'Sub Accounts' menu and klick on 'Manage Account' for the sub account. Add the following code in the field "Control panel custom CSS": | |||
.dashgridshowfilter{display:none;} | |||
This hides the 'Show' drop-down function in the sub account. The user can only see the options that you have left ticked and they can't tick them back on because the drop-down is not there anymore. | |||
===== Hide the 'Delete' button in the booking popup ===== | ===== Hide the 'Delete' button in the booking popup ===== | ||
| Line 200: | Line 203: | ||
If you want to hide a certain setting box on a page add the following code in the "Control panel custom CSS" for the sub account for example: | If you want to hide a certain setting box on a page add the following code in the "Control panel custom CSS" for the sub account for example: | ||
.pagetypecommunicationbooktemplate #settingformid .background_boxprop:nth-of-type(2){display:none;} | .pagetypecommunicationbooktemplate #settingformid .background_boxprop:nth-of-type(2){display:none;} | ||
This will hide booking template 2. | |||
*If you only want to hide individual settings send us a support | *If you only want to hide individual settings send us a support ticket for the code required here to hide the particular setting. | ||
=== Allow Sub Accounts to View Credit Card Details === | === Allow Sub Accounts to View Credit Card Details === | ||