Skip to content

Instantly share code, notes, and snippets.

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 ipokkel/b367d0176f35cca672959b2ee66fac11 to your computer and use it in GitHub Desktop.
Save ipokkel/b367d0176f35cca672959b2ee66fac11 to your computer and use it in GitHub Desktop.
Hide "Already have an account? Log in here" on the PMPro Checkout page.
/* Hide "Already have an account? Log in here" on the PMPro Checkout page. */
#pmpro_form #pmpro_user_fields h3 span.pmpro_checkout-h3-msg {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment