Created
August 17, 2016 07:36
-
-
Save RiaanKnoetze/566773eaaec1a0b6563ae3b80ddabba5 to your computer and use it in GitHub Desktop.
Hide the "Downloads" menu item in WooCommerce on the "My Account" page
This file contains 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
.woocommerce-account .woocommerce-MyAccount-navigation-link--downloads { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can also remove the endpoint at WooCommerce > Settings > Accounts