Created
December 24, 2021 16:55
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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