How can I hide the Customize Settings button in the Export Schemes screen?
Question
How can I hide the Customize Settings button in the Export Schemes screen?
Answer
The Customize Settings must be hidden via CSS. This can either be done on space level or globally for the whole Confluence system.
Before you begin: To hide the Customize Settings, you must log in with Space Admin permissions.
To hide the Customize Settings for Scroll pdf in space level:
- Open the specific space you want to hide the Customize Settings.
- Click Browse > Space Admin.
The Space Administration is displayed. In the Look and Feel section, click Stylesheets and enter the following CSS:
.scroll-docbook-export-dialog.aui-dialog .dialog-button-panel a.button-panel-link.scroll-customize-settings-link {
display:none;
}Click Save.
The 'Customize Setting' is hidden for the required space.