#1313

Hi there,

Try to add code

function custom_my_account_menu_items( $items ) {
    unset($items['downloads']);
    return $items;
}
add_filter( 'woocommerce_account_menu_items', 'custom_my_account_menu_items' );

into file function.php in child-theme

If you need to help, please send admin web account for me, I will check and help you