Created
June 13, 2020 14:35
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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