Skip to content

Instantly share code, notes, and snippets.

@RiaanKnoetze
Created August 17, 2016 07:36
Show Gist options
  • Save RiaanKnoetze/566773eaaec1a0b6563ae3b80ddabba5 to your computer and use it in GitHub Desktop.
Save RiaanKnoetze/566773eaaec1a0b6563ae3b80ddabba5 to your computer and use it in GitHub Desktop.
Hide the "Downloads" menu item in WooCommerce on the "My Account" page
.woocommerce-account .woocommerce-MyAccount-navigation-link--downloads {
display: none;
}
@WPprodigy
Copy link

Can also remove the endpoint at WooCommerce > Settings > Accounts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment