Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save dwanjuki/a5e6ccc50eae6d9d7f18446311de3c8b to your computer and use it in GitHub Desktop.

Select an option

Save dwanjuki/a5e6ccc50eae6d9d7f18446311de3c8b to your computer and use it in GitHub Desktop.
Add a background image to the Membership Card large print
.pmpro_membership_card-print-lg {
background: url(https://example.com/path-to-your-image.jpg) !important;
background-size: cover !important;
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment