Hello!
What theme do you use?
Do you have something like this
<?php ItemForm::category_select(null, null, __('Select a category', 'bender')); ?>
in your item-post.php?
If yes, you will need to make a custom function, otherwise, you can edit the select loop directly.
Regards.