Add to postContainer
<div class="ipsType_center wfExperience" data-ipstooltip="" _title="Time Since User Registration">
<li class="ipsResponsive_hidePhone wfCustomFields"><span class="wfxp3">{datetime="$comment->author()->joined" dateonly="true"} of Flaking</span></li>
</div>
Add to custom.css
.wfxp3 {
background-image: -webkit-gradient( linear,left top,right top,color-stop(0,#33E7FF),color-stop(1,#0368FF) );
color: transparent;
-webkit-background-clip: text;
}
.wfExperience {
margin-bottom: 10px;
padding-top: 5px;
}
.wfExperience {
font-size: 11px;
height: 15px;
line-height: 15px;
text-transform: uppercase;
text-align: center;
font-weight: 700;
}
.wfUserInfo li:last-of-type {
padding-bottom: 30px;
}
.wfCustomFields {
padding: 10px;
color: #9c9c9c;
}