Created
July 19, 2020 07:36
-
-
Save abdulawal39/7304385b3242eb296be09883d5c6f85e to your computer and use it in GitHub Desktop.
Hide Page Shadow in viewer 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
/** | |
* Css code to hide shadow from pages | |
* in PDF Viewer for WordPress | |
* Put this css in Custom CSS field of PDF Viewer options page | |
*/ | |
.textLayer{ | |
box-shadow: none; | |
-webkit-box-shadow: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment