Make Statistic Numbers on Members Card Always Displayed
To make statistic numbers on members card always displayed directly. No need to hover your mouse to the icon
[data-yztooltip]::after {
visibility: unset;
opacity: 100;
bottom: -150%;
color: #000;
font-size: 12px;
font-weight: 600;
padding: 0px;
background: transparent;
white-space: nowrap;
white-space: inherit;
}
[data-yztooltip]::before {
border-top-color: transparent !important;
}
.yzm-user-statistics .yz-data-item {
padding: 0px 25px 2px 25px !important;
}
.yzm-user-statistics {
margin-bottom:35px;
}
#yz-members-list .is-current-user {
display: none !important;
}