Hi,
To solve it I downloaded the Snippets plugin and added the following css.
add_action( 'wp_head', function () { ?>
<style>
/* Remove menu slate text */
.post-state
{
display: none;
}
</style>
<?php } );
This is a temporary solution, as long as the author doesn’t update the plugin. I hope it will be useful to someone.