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

Show Static Data on Member Card Without Need Hover the Mouse

Please put CSS below to Youzify Panel >> general Settings >> Custom Styling Settings >>     Members Directory Styling Settings box

[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.yz-show-cover .yzm-user-actions {
    height: 221px !important;
}

Please note, this CSS only can works fine if you only show 4 statistics or less on the member card.