Skip to content

Instantly share code, notes, and snippets.

@ideadude
Created December 24, 2021 16:55
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 ideadude/6ce1167baee9aea5617d9602397bf510 to your computer and use it in GitHub Desktop.
Save ideadude/6ce1167baee9aea5617d9602397bf510 to your computer and use it in GitHub Desktop.
CSS to hide the fee on the account page in Paid Memberships Pro.
/* Remove the level fee column */
#pmpro_account-membership table.pmpro_table .pmpro_account-membership-levelfee {
display: none;
}
#pmpro_account-membership table.pmpro_table tr th:nth-child(1) {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment