Scroll DocBook Exporter FAQ Current: How can I hide the Customize Settings button in the Export Schemes screen? PDF Download PDF Download page How can I hide the Customize Settings button in the Export Schemes screen?. Current page All pages How can I hide the Customize Settings button in the Export Schemes screen? QuestionHow can I hide the Customize Settings button in the Export Schemes screen?AnswerThe 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. Related PagesHide the Customize Settings for specific spaces globally ×