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

How to Show All Post Options (Posts Labels)

Use this CSS code

.yz-wall-options .yz-wall-opts-item:not(.yz-wall-opts-show-all):nth-child(n+6) {
   display: inherit !important;
}
.yz-wall-options .yz-wall-opts-item label.yzw-form-show-all {
   display:none;
}

Put it on Youzer Panale >> general Settings >> Custom Styling Settings >> Global Custom CSS Box