Many WooCommerce sites only sell physical goods and having a “Downloads” option in the customer’s “My Account” page can be confusing and unnecessary. There is a really easy way to remove this.
Simply go to WooCommerce > Settings > Accounts
and remove the entry for Downloads, just leave it blank. And the menu will not be visible anymore.
The CryptoStaunch
December 4, 2019Thanks a lot for this code snippets. It has really helped to customize my marketplace
Rakshit
May 7, 2020No such options in woo. Total waste this.
LWD
May 7, 2020This option has now moved to WooCommerce -> Settings -> Advanced
Biswajit
October 14, 2020True
J Denning
February 12, 2021/* removes ‘Downloads’ menu item from My Account page */
.woocommerce-MyAccount-navigation-link–downloads {display: none;}