Skip to content

Instantly share code, notes, and snippets.

@travislima
Last active December 20, 2020 20:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save travislima/b0db78fc486a7583df36c99928e54c24 to your computer and use it in GitHub Desktop.
Save travislima/b0db78fc486a7583df36c99928e54c24 to your computer and use it in GitHub Desktop.
Hide the Paid Memberships Pro - Username, Password and Confirm Password fields on Checkout.
/* This is to be used in conjuction with the following gist - https://gist.github.com/travislima/6f1d45d3ff236cda4e0d8d871adc8d9b */
.pmpro_checkout-field-username ,
.pmpro_checkout-field-password ,
.pmpro_checkout-field-password2 {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment