Lack of interest CSS Classes for Member Tooltip Stats and Member Header Stats entries

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

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>

Screen Shot 2021-02-14 at 18.31.41.webp

Screen Shot 2021-02-14 at 18.32.53.webp
 
Upvote 2
This suggestion has been closed. Votes are no longer accepted.
Top Bottom