Mouth
Well-known member
It would be good to be able to style the Member Tooltip Stats 
	
	
	
		


				
			<div class="memberTooltip-stats"> and Member Profile Header Stats <div class="memberHeader-stats"> by adding CSS classes to each of the dt and dd entries, so that we can add colours and icons etc. Eg.... 
		HTML:
	
	<div class="memberTooltip-stats">
[...]
    <dl class="pairs pairs--rows pairs--rows--centered">
        <dt class="ReactionScoreTitle">Reaction score</dt>
        <dd class="ReactionScoreDescription">
            9,562
        </dd>
    </dl>
	
		
		Upvote
		2
		
	
			