Skip to content

Instantly share code, notes, and snippets.

@abdulawal39
Created October 2, 2025 06:53
Show Gist options
  • Select an option

  • Save abdulawal39/61abbda51e230e4dc5dd95b789280972 to your computer and use it in GitHub Desktop.

Select an option

Save abdulawal39/61abbda51e230e4dc5dd95b789280972 to your computer and use it in GitHub Desktop.
custom css to hide shadow in the middle of 2 page spread mode in TNC FlipBook - PDF viewer for WordPress. simply put this in TNC FlipBook > Global Settings > Custom CSS
.textLayer{
box-shadow: none!important;
-webkit-box-shadow: none!important;
-moz-box-shadow: none!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment