I think this is what your looking for.
Within your "media kit", where you wish for those fields to display, add the following code.
replacing the xxx with the field number of that field. Repeat these steps for each field you what to show.
Code:
<if condition="$user['fieldxxx']">
<li><span class="shade">$vbphrase[fieldxxx_title]</span> $user[fieldxxx]</li>
</if>
Hopefully, this is what you were referring to & I answered it correctly with coding from a mod here.