Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Just to clarify you want the icons showing only on the top 3 that are in the boxes correct? Below that should all be text based on the left side?
<dt><xen:if is="@xb_fa_messageUserInfo"><i class="fa fa-calendar fa-fw Tooltip" title="{xen:phrase joined}" data-offsetX="-6" data-offsetY="0"></i><xen:else />{xen:phrase joined}:</xen:if></dt>
<dt>{xen:phrase joined}:</dt>
.pairsJustified.xbCustomField dt
{
display: none;
}
.pairsJustified.xbCustomField dd
{
float: none;
text-align: center;
}
.pairsJustified.userField_mycolor.xbCustomField dt
{
display: none;
}
.pairsJustified.userField_mycolor..xbCustomField dd
{
float: none;
text-align: center;
}