Skip to content

Instantly share code, notes, and snippets.

@abdulawal39
Created June 13, 2020 14:35
Show Gist options
  • Save abdulawal39/490dfed69189630c41b6e50a69ab6971 to your computer and use it in GitHub Desktop.
Save abdulawal39/490dfed69189630c41b6e50a69ab6971 to your computer and use it in GitHub Desktop.
Css code To hide attachment and outline buttons on PDF Viewer for WordPress.
button#viewOutline {
display: none;
}
button#viewAttachments {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment