Am hoping someone has some thoughts on this.
I want to hide all the Toolbar icons/buttons with the exception of this element:
"Keep this version"
currently I have this code; the first hides the blue header and the second hides the toolbar. Now instead of the second part, that is where I want to hide everything but the "Keep this Version". Does anyone have any ideas on how to do this.
<style> .mainHeader1{ display: none; }
.mainViewerHeader3{ display: none; } </style>