From time to time someone on the group asks about this, so I decided to add something here that got lost on the getvoxel.io forum, and the solution itself was added by Arian.
Copy templates/widgets/create-post/title-field.php to child theme
Simple change, but you have to do it for every field in the create-post folder
Find this partÂ
<div class="vx-dialog" v-if="field.description">
<?= \Voxel\get_icon_markup( $this->get_settings_for_display('info_icon') ) ?: \Voxel\svg( 'info.svg' ) ?>
<div class="vx-dialog-content min-scroll">
<p>{{ field.description }}</p>
</div>
</div>
Replace with thisÂ
<small>{{ field.description }}</small>