Hello,
How do I disable the double label under the users avatar?
I would like to disable the gray label, please.
Thanks.
Code: Select all
.profile-rank {
font-size: 0;
}
Code: Select all
<!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><dd class="profile-rank">{postrow.RANK_TITLE}<!-- IF postrow.RANK_TITLE and postrow.RANK_IMG --><br /><!-- ENDIF -->{postrow.RANK_IMG}</dd><!-- ENDIF -->
Code: Select all
<!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><dd class="profile-rank">{postrow.RANK_IMG}</dd><!-- ENDIF -->