Support is monitored from Monday to Saturday in office hours from the GMT timezone. Our response time can be up to 2 business days.

Notice: We do not accept any customization. Please Read Envato Support Policy. But we still can help with little snippets if that's possible!

Okay
  Print

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;
}