Category:Sub Account: Difference between revisions
Jump to navigation
Jump to search
→Hide Menus and/or Settings from Sub Account: Hide Add Booking button |
|||
| Line 139: | Line 139: | ||
display: none | display: none | ||
} | } | ||
If you want to hide the "Add Booking" button for the sub account add the following code in the "Control panel custom CSS" for the sub account: | |||
.icon-suitcase, .b24btn_AddBooking{ | |||
display: none | |||
} | |||
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: | ||