Category:Sub Account: Difference between revisions
Jump to navigation
Jump to search
| Line 201: | Line 201: | ||
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) { | .pagetypecommunicationbooktemplate #settingformid .background_boxprop:nth-of-type(2) { | ||
display:none; } | display:none; } | ||