Category:Sub Account: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 103: | Line 103: | ||
display: none | 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: | |||
.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. | *If you only want to hide individual settings send us a support ticket for the code required here to hide the particular setting. | ||