I have found it 🙂
In the folder “wp-content\themes\ultimate-pro\inc\widgets” there you got the “ultimate_widgets.php” file.
From there I moved and changed some code.
<?php if(!empty($name_array[$i])){ echo $name_array[$i]; } ?> –
<?php if(!empty($designation_array[$i])){ echo $designation_array[$i]; }?>