Skip to content

Instantly share code, notes, and snippets.

@abdulawal39
Created July 19, 2020 07:36
Show Gist options
  • Save abdulawal39/7304385b3242eb296be09883d5c6f85e to your computer and use it in GitHub Desktop.
Save abdulawal39/7304385b3242eb296be09883d5c6f85e to your computer and use it in GitHub Desktop.
Hide Page Shadow in viewer PDF Viewer for WordPress
/**
* 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