Remove downloads from menu in my account page

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.


5 Comments

  • The CryptoStaunch

    December 4, 2019

    Thanks a lot for this code snippets. It has really helped to customize my marketplace

    Reply
  • Rakshit

    May 7, 2020

    No such options in woo. Total waste this.

    Reply
    • LWD

      May 7, 2020

      This option has now moved to WooCommerce -> Settings -> Advanced

      Reply
    • Biswajit

      October 14, 2020

      True

      Reply
  • J Denning

    February 12, 2021

    /* removes ‘Downloads’ menu item from My Account page */
    .woocommerce-MyAccount-navigation-link–downloads {display: none;}

    Reply

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.