Category:Sub Account: Difference between revisions

Jump to navigation Jump to search
Andrian (talk | contribs)
Andrian (talk | contribs)
Line 194: Line 194:
  .pagetypeajaxbookedit .b24btn_Delete{display: none}
  .pagetypeajaxbookedit .b24btn_Delete{display: none}


===== Hide the 'Add Booking' button in the booking popup =====
===== Hide the 'Add Booking' button (suitcase icon) in the calendar =====


Go to SUB ACCOUNTS and add the following code in the field "Control panel custom CSS" for the sub account:
Go to SUB ACCOUNTS and add the following code in the field "Control panel custom CSS" for the sub account:
Line 200: Line 200:
  .icon-suitcase, .b24btn_AddBooking{display:none}
  .icon-suitcase, .b24btn_AddBooking{display:none}


 
For more possibilities using custom CSS have a look at this page: [https://wiki.beds24.com/index.php/Custom_CSS Custom CSS]
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;}
 
This will hide booking template 2.  
 
*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 ===