CPT UI change custom taxonomy url

You need to do this when you register your taxonomy in register_taxonomy()

Pass the rewrite argument and customize to your needs:

'rewrite' => array('slug' => 'groceries/fruit', 'with_front' => false)

You’ll probably need to flush your permalinks in Settings as well.