Skip to content

Instantly share code, notes, and snippets.

@kimcoleman
Created November 1, 2021 17:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kimcoleman/c5c29af8bae519da14dc3f1ccbbc671a to your computer and use it in GitHub Desktop.
Save kimcoleman/c5c29af8bae519da14dc3f1ccbbc671a to your computer and use it in GitHub Desktop.
Custom CSS to blur excerpt text on premium content previews with Paid Memberships Pro
.pmpro-no-access p {
-webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment